mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
pykickstart: fix broken changelog link (#413148)
This commit is contained in:
commit
339da4f438
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python package to interact with Kickstart files commonly found in the RPM world";
|
description = "Python package to interact with Kickstart files commonly found in the RPM world";
|
||||||
homepage = "https://github.com/pykickstart/pykickstart";
|
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;
|
license = lib.licenses.gpl2Only;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
thefossguy
|
thefossguy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue