From 18df480d9bfd445e8cf1c4dbaebfa166a89a638c Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sat, 27 Feb 2021 19:56:10 +0100 Subject: 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 :) --- nixos/modules/services/misc/gollum.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/modules/services/misc/gollum.nix') 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 ]; } -- cgit 1.4.1