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 ];
} }

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/gollum/gollum"; homepage = "https://github.com/gollum/gollum";
changelog = "https://github.com/gollum/gollum/blob/v${version}/HISTORY.md"; changelog = "https://github.com/gollum/gollum/blob/v${version}/HISTORY.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jgillich primeos nicknovitski ]; maintainers = with maintainers; [ erictapen jgillich nicknovitski ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }