Merge pull request #122819 from primeos/maintainers-remove-pesterhazy

maintainers: remove pesterhazy
This commit is contained in:
Sandro 2021-05-17 02:22:35 +02:00 committed by GitHub
commit 72df572fa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 9 deletions

View file

@ -7701,12 +7701,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";

View file

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

View file

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

View file

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