pykickstart: fix broken changelog link (#413148)

authored by

dotlambda and committed by
GitHub
339da4f4 885a3eeb

+1 -1
+1 -1
pkgs/by-name/py/pykickstart/package.nix
··· 37 meta = { 38 description = "Python package to interact with Kickstart files commonly found in the RPM world"; 39 homepage = "https://github.com/pykickstart/pykickstart"; 40 - changelog = "https://github.com/pykickstart/pykickstart/releases/tag/r${src.tag}"; 41 license = lib.licenses.gpl2Only; 42 maintainers = with lib.maintainers; [ 43 thefossguy
··· 37 meta = { 38 description = "Python package to interact with Kickstart files commonly found in the RPM world"; 39 homepage = "https://github.com/pykickstart/pykickstart"; 40 + changelog = "https://github.com/pykickstart/pykickstart/releases/tag/${src.tag}"; 41 license = lib.licenses.gpl2Only; 42 maintainers = with lib.maintainers; [ 43 thefossguy