uwhoisd: update changelog entry

This commit is contained in:
Fabian Affolter
2025-12-01 18:08:33 +01:00
committed by GitHub
parent 7135f67d90
commit b3bfee3c71
+1 -1
View File
@@ -32,7 +32,7 @@ python3.pkgs.buildPythonApplication rec {
meta = {
description = "Universal WHOIS proxy server";
homepage = "https://github.com/kgaughan/uwhoisd";
changelog = "https://github.com/kgaughan/uwhoisd/blob/${src.tag}/ChangeLog";
changelog = "https://github.com/kgaughan/uwhoisd/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
};