maintainers: remove pesterhazy

Their last commit was caf43ad5af from 2015.
Thank you for your contributions.
This commit is contained in:
Michael Weiss 2021-05-13 12:57:43 +02:00
parent 621a242a1a
commit b364139f2b
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83
4 changed files with 3 additions and 9 deletions

View file

@ -7713,12 +7713,6 @@
githubId = 152312; githubId = 152312;
name = "Periklis Tsirakidis"; name = "Periklis Tsirakidis";
}; };
pesterhazy = {
email = "pesterhazy@gmail.com";
github = "pesterhazy";
githubId = 106328;
name = "Paulus Esterhazy";
};
petabyteboy = { petabyteboy = {
email = "milan@petabyte.dev"; email = "milan@petabyte.dev";
github = "petabyteboy"; github = "petabyteboy";

View file

@ -49,7 +49,7 @@ in bundlerApp {
homepage = "https://jekyllrb.com/"; homepage = "https://jekyllrb.com/";
#changelog = "https://raw.githubusercontent.com/jekyll/jekyll/v${version}/History.markdown"; #changelog = "https://raw.githubusercontent.com/jekyll/jekyll/v${version}/History.markdown";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ pesterhazy ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -123,7 +123,7 @@ in stdenv.mkDerivation {
''; '';
license = licenses.unfree; license = licenses.unfree;
platforms = [ "x86_64-linux" "x86_64-darwin" ]; platforms = [ "x86_64-linux" "x86_64-darwin" ];
maintainers = with maintainers; [ pesterhazy flokli ]; maintainers = with maintainers; [ flokli ];
hydraPlatforms = []; hydraPlatforms = [];
}; };
} }

View file

@ -22,7 +22,7 @@ let
inherit description homepage; inherit description homepage;
downloadPage = http://sqlite.org/download.html; downloadPage = http://sqlite.org/download.html;
license = licenses.publicDomain; license = licenses.publicDomain;
maintainers = with maintainers; [ pesterhazy johnazoidberg ]; maintainers = with maintainers; [ johnazoidberg ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
}; };