Commit b84d40d5 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.dvc-data: add changelog to meta

parent d37f257e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "DVC's data management subsystem";
    homepage = "https://github.com/iterative/dvc-data";
    changelog = "https://github.com/iterative/dvc-data/releases/tag/${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ fab ];
  };