python310Packages.pygithub: Normalize attribute, pname, dirname
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user