mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
python3Packages.djangosaml2: update changelog url
This commit is contained in:
parent
dcf9c5e7f6
commit
027a9f7050
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ buildPythonPackage rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Django SAML2 Service Provider based on pySAML2";
|
description = "Django SAML2 Service Provider based on pySAML2";
|
||||||
homepage = "https://github.com/IdentityPython/djangosaml2";
|
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;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with lib.maintainers; [ melvyn2 ];
|
maintainers = with lib.maintainers; [ melvyn2 ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue