Commit 5a0bd397 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.django-auth-ldap: add meta.changelog

parent 9f77dea4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ buildPythonPackage rec {
  pythonImportsCheck = [ "django_auth_ldap" ];

  meta = with lib; {
    changelog = "https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/${src.tag}";
    description = "Django authentication backend that authenticates against an LDAP service";
    homepage = "https://github.com/django-auth-ldap/django-auth-ldap";
    license = licenses.bsd2;