python310Packages.pygithub: Normalize attribute, pname, dirname

This commit is contained in:
Martin Weinelt
2023-02-19 21:36:03 +01:00
parent 0deebc3b24
commit 574ec98796
13 changed files with 19 additions and 18 deletions
@@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, buildPythonApplication, pyxdg, PyGithub }:
{ lib, fetchFromGitHub, buildPythonApplication, pyxdg, pygithub }:
buildPythonApplication rec {
pname = "cligh";
@@ -13,7 +13,7 @@ buildPythonApplication rec {
sha256 = "0d1fd78rzl2n75xpmy1gnxh1shvcs4qm0j4qqszqvfriwkg2flxn";
};
propagatedBuildInputs = [ pyxdg PyGithub ];
propagatedBuildInputs = [ pyxdg pygithub ];
meta = with lib; {
homepage = "http://the-brannons.com/software/cligh.html";