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
|
++ stdenv.lib.optional enableGraphviz graphviz
|
||||||
# Ghostscript support
|
# Ghostscript support
|
||||||
++ stdenv.lib.optional enableGhostscript ghostscript
|
++ stdenv.lib.optional enableGhostscript ghostscript
|
||||||
|
|
||||||
;
|
;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
@ -60,6 +59,5 @@ in buildPythonApplication rec {
|
|||||||
description = "Genealogy software";
|
description = "Genealogy software";
|
||||||
homepage = "https://gramps-project.org";
|
homepage = "https://gramps-project.org";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ joncojonathan ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user