mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #122819 from primeos/maintainers-remove-pesterhazy
maintainers: remove pesterhazy
This commit is contained in:
commit
72df572fa3
4 changed files with 3 additions and 9 deletions
|
@ -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";
|
||||
|
|
|
@ -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…
Reference in a new issue