Unverified Commit b3ee2e4d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.scmrepo: 3.3.10 -> 3.3.11 (#403939)

parents 6c099d64 9e6b5705
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };