mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.idna: improve meta.changelog
This commit is contained in:
parent
081b93be33
commit
6b2ed1f4ce
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = {
|
||||
homepage = "https://github.com/kjd/idna/";
|
||||
changelog = "https://github.com/kjd/idna/releases/tag/${src.tag}";
|
||||
changelog = "https://github.com/kjd/idna/blob/${src.tag}/HISTORY.md";
|
||||
description = "Internationalized Domain Names in Applications (IDNA)";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.dotlambda ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue