Commit 87adfff3 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.scmrepo: add changelog to meta

parent 1f244f16
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,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}";
    license = licenses.asl20;
    maintainers = with maintainers; [ fab ];
  };