Skip to content

Commit

Permalink
python3Packages.jira: don't use repo = pname
Browse files Browse the repository at this point in the history
In issue NixOS#277994 it was discussed that it's better to hardcode the
package name.
  • Loading branch information
JaviMerino committed Feb 17, 2025
1 parent 69dd073 commit 50eeaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/jira/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildPythonPackage rec {

src = fetchFromGitHub {
owner = "pycontribs";
repo = pname;
repo = "jira";
tag = version;
hash = "sha256-P3dbrBKpHvLNIA+JBeSXEQl4QVZ0FdKkNIU8oPHWw6k=";
};
Expand Down

0 comments on commit 50eeaac

Please sign in to comment.