maintainers: drop chrpinedo

GitHub account doesn't exist anymore.

Changed files
-7
maintainers
pkgs
by-name
pr
pricehist
development
python-modules
curlify
-5
maintainers/maintainer-list.nix
···
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";
···
name = "Christoph Jabs";
keys = [ { fingerprint = "47D6 1FEB CD86 F3EC D2E3 D68A 83D0 74F3 48B2 FD9D"; } ];
};
chuahou = {
email = "human+github@chuahou.dev";
github = "chuahou";
-1
pkgs/by-name/pr/pricehist/package.nix
···
homepage = "https://gitlab.com/chrisberkhout/pricehist";
license = lib.licenses.mit;
mainProgram = "pricehist";
-
maintainers = with lib.maintainers; [ chrpinedo ];
};
}
···
homepage = "https://gitlab.com/chrisberkhout/pricehist";
license = lib.licenses.mit;
mainProgram = "pricehist";
};
}
-1
pkgs/development/python-modules/curlify/default.nix
···
description = "Convert python requests request object to cURL command";
homepage = "https://github.com/ofw/curlify";
license = licenses.mit;
-
maintainers = with maintainers; [ chrpinedo ];
};
}
···
description = "Convert python requests request object to cURL command";
homepage = "https://github.com/ofw/curlify";
license = licenses.mit;
};
}