Unverified Commit 864ddfc5 authored by Jonas Heinrich's avatar Jonas Heinrich Committed by GitHub
Browse files

python3Packages.djangocms-alias: Update changelog url

parent 25a49a43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ buildPythonPackage rec {
  meta = {
    description = "Lean enterprise content management powered by Django";
    homepage = "https://django-cms.org";
    changelog = "https://github.com/django-cms/django-cms/releases/tag/${src.tag}";
    changelog = "https://github.com/django-cms/djangocms-alias/releases/tag/${src.tag}";
    license = lib.licenses.bsd3;
    maintainers = [ lib.maintainers.onny ];
  };