1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-25 02:26:19 +03:00

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 :)
This commit is contained in:
Michael Weiss 2021-02-27 19:56:10 +01:00 committed by erictapen
parent caa23be256
commit 18df480d9b
2 changed files with 3 additions and 1 deletions

View file

@ -115,4 +115,6 @@ in
};
};
};
meta.maintainers = with lib.maintainers; [ erictapen ];
}