Merge pull request #98266 from joncojonathan/removeAsMaintainer
Remove joncojonathan as maintainer
This commit is contained in:
commit
770ecb1d31
@ -4102,12 +4102,6 @@
|
|||||||
githubId = 1843676;
|
githubId = 1843676;
|
||||||
name = "Jonathan Reeve";
|
name = "Jonathan Reeve";
|
||||||
};
|
};
|
||||||
joncojonathan = {
|
|
||||||
email = "joncojonathan@gmail.com";
|
|
||||||
github = "joncojonathan";
|
|
||||||
githubId = 11414454;
|
|
||||||
name = "Jonathan Haddock";
|
|
||||||
};
|
|
||||||
jonringer = {
|
jonringer = {
|
||||||
email = "jonringer117@gmail.com";
|
email = "jonringer117@gmail.com";
|
||||||
github = "jonringer";
|
github = "jonringer";
|
||||||
|
@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
homepage = "https://wiki.gnome.org/Apps/DejaDup";
|
homepage = "https://wiki.gnome.org/Apps/DejaDup";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ jtojnar joncojonathan ];
|
maintainers = with maintainers; [ jtojnar ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -87,7 +87,7 @@ with builtins; buildDotnetPackage rec {
|
|||||||
|
|
||||||
dynlibPath = stdenv.lib.makeLibraryPath [ gtk2 ];
|
dynlibPath = stdenv.lib.makeLibraryPath [ gtk2 ];
|
||||||
|
|
||||||
postInstall =
|
postInstall =
|
||||||
let
|
let
|
||||||
extractFDeskIcons = ./extractWinRscIconsToStdFreeDesktopDir.sh;
|
extractFDeskIcons = ./extractWinRscIconsToStdFreeDesktopDir.sh;
|
||||||
in
|
in
|
||||||
@ -111,7 +111,7 @@ with builtins; buildDotnetPackage rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "GUI password manager with strong cryptography";
|
description = "GUI password manager with strong cryptography";
|
||||||
homepage = "http://www.keepass.info/";
|
homepage = "http://www.keepass.info/";
|
||||||
maintainers = with stdenv.lib.maintainers; [ amorsillo obadz joncojonathan jraygauthier ];
|
maintainers = with stdenv.lib.maintainers; [ amorsillo obadz jraygauthier ];
|
||||||
platforms = with stdenv.lib.platforms; all;
|
platforms = with stdenv.lib.platforms; all;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user