Unverified Commit da03a99d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.django_treebeard: add changelog to meta

parent 39cbf0b7
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ buildPythonPackage rec {

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-frHrcbJCFPLn3DvSFfDDrjL9Z2QXnNR3SveqtJE53qA=";
    hash = "sha256-frHrcbJCFPLn3DvSFfDDrjL9Z2QXnNR3SveqtJE53qA=";
  };

  buildInputs = [ pytest ];
@@ -21,10 +21,10 @@ buildPythonPackage rec {
  doCheck = false;

  meta = with lib; {
    description = "Efficient tree implementations for Django 1.6+";
    description = "Efficient tree implementations for Django";
    homepage = "https://tabo.pe/projects/django-treebeard/";
    maintainers = with maintainers; [ desiderius ];
    changelog = "https://github.com/django-treebeard/django-treebeard/blob/${version}/CHANGES.md";
    license = licenses.asl20;
    maintainers = with maintainers; [ desiderius ];
  };

}