maintainers: drop chrpinedo

GitHub account doesn't exist anymore.
This commit is contained in:
Wolfgang Walther
2025-08-26 11:37:54 +02:00
parent fc4edd3e5e
commit bfb483e7a7
3 changed files with 0 additions and 7 deletions

View File

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

View File

@@ -38,6 +38,5 @@ python3Packages.buildPythonApplication rec {
homepage = "https://gitlab.com/chrisberkhout/pricehist";
license = lib.licenses.mit;
mainProgram = "pricehist";
maintainers = with lib.maintainers; [ chrpinedo ];
};
}

View File

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