gramps: remove joncojonathan as maintainer
This commit is contained in:
parent
ff078a7e0f
commit
609e3aa507
@ -13,14 +13,13 @@ in buildPythonApplication rec {
|
|||||||
pname = "gramps";
|
pname = "gramps";
|
||||||
|
|
||||||
nativeBuildInputs = [ wrapGAppsHook gettext ];
|
nativeBuildInputs = [ wrapGAppsHook gettext ];
|
||||||
buildInputs = [ intltool gtk3 gobject-introspection pango gnome3.gexiv2 ]
|
buildInputs = [ intltool gtk3 gobject-introspection pango gnome3.gexiv2 ]
|
||||||
# Map support
|
# Map support
|
||||||
++ stdenv.lib.optional enableOSM osm-gps-map
|
++ stdenv.lib.optional enableOSM osm-gps-map
|
||||||
# Graphviz support
|
# Graphviz support
|
||||||
++ 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