0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

pykickstart: fix broken changelog link (#413148)

This commit is contained in:
dotlambda 2025-06-02 11:46:26 -07:00 committed by GitHub
commit 339da4f438
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ python3Packages.buildPythonApplication rec {
meta = {
description = "Python package to interact with Kickstart files commonly found in the RPM world";
homepage = "https://github.com/pykickstart/pykickstart";
changelog = "https://github.com/pykickstart/pykickstart/releases/tag/r${src.tag}";
changelog = "https://github.com/pykickstart/pykickstart/releases/tag/${src.tag}";
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [
thefossguy