python3Packages.yark: fix changelog

This commit is contained in:
Acid Bong
2026-05-10 13:28:40 +03:00
parent 7d417ccdd6
commit d0253d2d8f
@@ -49,7 +49,7 @@ buildPythonPackage rec {
description = "Module for YouTube archiving";
mainProgram = "yark";
homepage = "https://github.com/Owez/yark";
changelog = "https://github.com/Owez/yark/releases/tag/v${version}";
changelog = "https://github.com/Owez/yark/releases/tag/v${lib.versions.majorMinor version}";
license = lib.licenses.mit;
maintainers = [ ];
};