diff options
| author | Peder Bergebakken Sundt <pbsds@hotmail.com> | 2025-05-25 03:41:48 +0200 |
|---|---|---|
| committer | Peder Bergebakken Sundt <pbsds@hotmail.com> | 2025-05-25 03:41:48 +0200 |
| commit | e66f34783ebac25be3bd791dbdd3e933baf6f0af (patch) | |
| tree | 59ecd431ad595f1d5a05699c5717cae240246de5 /pkgs/development/python-modules/atlassian-python-api | |
| parent | 89ee231963516d54ba93708847cce6c379f3adfc (diff) | |
treewide: substitute pname for strings (python3Packages.[a-g].*)
Diffstat (limited to 'pkgs/development/python-modules/atlassian-python-api')
| -rw-r--r-- | pkgs/development/python-modules/atlassian-python-api/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/atlassian-python-api/default.nix b/pkgs/development/python-modules/atlassian-python-api/default.nix index ab4e3d41a0ed..c9bc2f65a692 100644 --- a/pkgs/development/python-modules/atlassian-python-api/default.nix +++ b/pkgs/development/python-modules/atlassian-python-api/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "atlassian-api"; - repo = pname; + repo = "atlassian-python-api"; tag = version; hash = "sha256-m8B6t9tTlef8cdsh/wnsc0iyNLsB0RYjUhq/bA9MeII="; }; |
