Unverified Commit 05e47e57 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.django-ical: fix changelog URL (#514382)

parents f94de153 38e1a9de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ buildPythonPackage (finalAttrs: {
  meta = {
    description = "iCal feeds for Django based on Django's syndication feed framework";
    homepage = "https://github.com/jazzband/django-ical";
    changelog = "https://github.com/jazzband/django-ical/blob/${finalAttrs.src.tag}/CHANGELOG.rst";
    changelog = "https://github.com/jazzband/django-ical/blob/${finalAttrs.src.tag}/CHANGES.rst";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ kurogeek ];
  };