maintainers: remove pesterhazy
Their last commit was caf43ad5af
from 2015.
Thank you for your contributions.
This commit is contained in:
parent
621a242a1a
commit
b364139f2b
|
@ -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";
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 = [];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue