dyndnsc: use changelog file instead of release notes
Makes it compatible with unstable revisions
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user