maintainers: remove pesterhazy

Their last commit was caf43ad5af from 2015.
Thank you for your contributions.
wip/little-gl
Michael Weiss 3 years ago
parent 621a242a1a
commit b364139f2b
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
  1. 6
      maintainers/maintainer-list.nix
  2. 2
      pkgs/applications/misc/jekyll/default.nix
  3. 2
      pkgs/development/libraries/oracle-instantclient/default.nix
  4. 2
      pkgs/development/libraries/sqlite/tools.nix

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

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

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

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

Loading…
Cancel
Save