summary refs log tree commit diff
path: root/nixos/modules/services/misc/gollum.nix
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2021-02-27 19:56:10 +0100
committererictapen <justin.humm@posteo.de>2021-02-27 21:39:16 +0100
commit18df480d9bfd445e8cf1c4dbaebfa166a89a638c (patch)
treea20c72114e5d9e791d28835cc80446deba3188c9 /nixos/modules/services/misc/gollum.nix
parentcaa23be256645d6d3c95c0342239ae2f507f7778 (diff)
downloadnixpkgs-18df480d9bfd445e8cf1c4dbaebfa166a89a638c.tar
nixpkgs-18df480d9bfd445e8cf1c4dbaebfa166a89a638c.tar.gz
nixpkgs-18df480d9bfd445e8cf1c4dbaebfa166a89a638c.tar.bz2
nixpkgs-18df480d9bfd445e8cf1c4dbaebfa166a89a638c.tar.lz
nixpkgs-18df480d9bfd445e8cf1c4dbaebfa166a89a638c.tar.xz
nixpkgs-18df480d9bfd445e8cf1c4dbaebfa166a89a638c.tar.zst
nixpkgs-18df480d9bfd445e8cf1c4dbaebfa166a89a638c.zip
gollum: Transfer maintainership to erictapen
I'm not using Gollum anymore while Justin still uses it and has also
written the NixOS module. So it makes perfect sense to pass it on :)
Diffstat (limited to 'nixos/modules/services/misc/gollum.nix')
-rw-r--r--nixos/modules/services/misc/gollum.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/misc/gollum.nix b/nixos/modules/services/misc/gollum.nix
index 0c9c7548305..4053afa69be 100644
--- a/nixos/modules/services/misc/gollum.nix
+++ b/nixos/modules/services/misc/gollum.nix
@@ -115,4 +115,6 @@ in
       };
     };
   };
+
+  meta.maintainers = with lib.maintainers; [ erictapen ];
 }