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

python310Packages.django-cleanup: add changelog to meta

parent 77c6d1bf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ buildPythonPackage rec {
  version = "7.0.0";
  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-KKlp+InGYeug2UOJeGk5gPCUgsl5g70I7lKVXa6NceQ=";
    hash = "sha256-KKlp+InGYeug2UOJeGk5gPCUgsl5g70I7lKVXa6NceQ=";
  };

  nativeCheckInputs = [ django ];
@@ -14,6 +14,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion";
    homepage = "https://github.com/un1t/django-cleanup";
    changelog = "https://github.com/un1t/django-cleanup/blob/${version}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = with maintainers; [ mmai ];
  };