mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
maintainers: drop chrpinedo
GitHub account doesn't exist anymore.
This commit is contained in:
@@ -4656,11 +4656,6 @@
|
||||
name = "Christoph Jabs";
|
||||
keys = [ { fingerprint = "47D6 1FEB CD86 F3EC D2E3 D68A 83D0 74F3 48B2 FD9D"; } ];
|
||||
};
|
||||
chrpinedo = {
|
||||
github = "chrpinedo";
|
||||
githubId = 2324630;
|
||||
name = "Christian Pinedo";
|
||||
};
|
||||
chuahou = {
|
||||
email = "human+github@chuahou.dev";
|
||||
github = "chuahou";
|
||||
|
||||
@@ -38,6 +38,5 @@ python3Packages.buildPythonApplication rec {
|
||||
homepage = "https://gitlab.com/chrisberkhout/pricehist";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "pricehist";
|
||||
maintainers = with lib.maintainers; [ chrpinedo ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -23,6 +23,5 @@ buildPythonPackage {
|
||||
description = "Convert python requests request object to cURL command";
|
||||
homepage = "https://github.com/ofw/curlify";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ chrpinedo ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user