mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
gramps: remove joncojonathan as maintainer
This commit is contained in:
parent
ff078a7e0f
commit
609e3aa507
@ -20,7 +20,6 @@ in buildPythonApplication rec {
|
||||
++ stdenv.lib.optional enableGraphviz graphviz
|
||||
# Ghostscript support
|
||||
++ stdenv.lib.optional enableGhostscript ghostscript
|
||||
|
||||
;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@ -60,6 +59,5 @@ in buildPythonApplication rec {
|
||||
description = "Genealogy software";
|
||||
homepage = "https://gramps-project.org";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ joncojonathan ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user