Loading pkgs/development/python-modules/scmrepo/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ buildPythonPackage rec { meta = with lib; { description = "SCM wrapper and fsspec filesystem"; homepage = "https://github.com/iterative/scmrepo"; changelog = "https://github.com/iterative/scmrepo/releases/tag/${version}"; changelog = "https://github.com/iterative/scmrepo/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/scmrepo/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ buildPythonPackage rec { meta = with lib; { description = "SCM wrapper and fsspec filesystem"; homepage = "https://github.com/iterative/scmrepo"; changelog = "https://github.com/iterative/scmrepo/releases/tag/${version}"; changelog = "https://github.com/iterative/scmrepo/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; Loading