Merge pull request #98266 from joncojonathan/removeAsMaintainer

Remove joncojonathan as maintainer
This commit is contained in:
Daniël de Kok 2020-09-20 11:38:30 +02:00 committed by GitHub
commit 770ecb1d31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 12 deletions

View File

@ -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";

View File

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

View File

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

View File

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