maintainers: remove pesterhazy

Their last commit was caf43ad5af9 from 2015.
Thank you for your contributions.

+3 -9
-6
maintainers/maintainer-list.nix
··· 7713 7713 githubId = 152312; 7714 7714 name = "Periklis Tsirakidis"; 7715 7715 }; 7716 - pesterhazy = { 7717 - email = "pesterhazy@gmail.com"; 7718 - github = "pesterhazy"; 7719 - githubId = 106328; 7720 - name = "Paulus Esterhazy"; 7721 - }; 7722 7716 petabyteboy = { 7723 7717 email = "milan@petabyte.dev"; 7724 7718 github = "petabyteboy";
+1 -1
pkgs/applications/misc/jekyll/default.nix
··· 49 49 homepage = "https://jekyllrb.com/"; 50 50 #changelog = "https://raw.githubusercontent.com/jekyll/jekyll/v${version}/History.markdown"; 51 51 license = licenses.mit; 52 - maintainers = with maintainers; [ pesterhazy ]; 52 + maintainers = with maintainers; [ ]; 53 53 platforms = platforms.unix; 54 54 }; 55 55 }
+1 -1
pkgs/development/libraries/oracle-instantclient/default.nix
··· 123 123 ''; 124 124 license = licenses.unfree; 125 125 platforms = [ "x86_64-linux" "x86_64-darwin" ]; 126 - maintainers = with maintainers; [ pesterhazy flokli ]; 126 + maintainers = with maintainers; [ flokli ]; 127 127 hydraPlatforms = []; 128 128 }; 129 129 }
+1 -1
pkgs/development/libraries/sqlite/tools.nix
··· 22 22 inherit description homepage; 23 23 downloadPage = http://sqlite.org/download.html; 24 24 license = licenses.publicDomain; 25 - maintainers = with maintainers; [ pesterhazy johnazoidberg ]; 25 + maintainers = with maintainers; [ johnazoidberg ]; 26 26 platforms = platforms.unix; 27 27 }; 28 28 };