python3Packages.djangosaml2: update changelog url

This commit is contained in:
melvyn 2025-05-26 10:08:31 -07:00
parent dcf9c5e7f6
commit 027a9f7050
No known key found for this signature in database
GPG key ID: 25A2B7280CE3AFF6

View file

@ -47,7 +47,7 @@ buildPythonPackage rec {
meta = {
description = "Django SAML2 Service Provider based on pySAML2";
homepage = "https://github.com/IdentityPython/djangosaml2";
changelog = "https://github.com/IdentityPython/djangosaml2/blob/${src.tag}/CHANGES";
changelog = "https://github.com/IdentityPython/djangosaml2/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ melvyn2 ];
};