dyndnsc: use changelog file instead of release notes

Makes it compatible with unstable revisions
This commit is contained in:
Acid Bong
2026-05-15 07:05:01 +03:00
parent 0fa8272758
commit 536606e220
+1 -1
View File
@@ -61,7 +61,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
external notification services.
'';
homepage = "https://github.com/infothrill/python-dyndnsc";
changelog = "https://github.com/infothrill/python-dyndnsc/releases/tag/${finalAttrs.version}";
changelog = "https://github.com/infothrill/python-dyndnsc/blob/${finalAttrs.src.rev}/CHANGELOG.rst";
license = lib.licenses.mit;
maintainers = [ ];
mainProgram = "dyndnsc";