haguichi: Add missing trailing forward slash to changelog URL to prevent 301 redirect response

This commit is contained in:
Stephen Brandt
2026-06-07 16:26:51 +02:00
parent b10323d455
commit a5354f55e8
+1 -1
View File
@@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://haguichi.net/";
changelog = "https://haguichi.net/news/release${
lib.strings.replaceStrings [ "." ] [ "" ] finalAttrs.version
}";
}/";
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ OPNA2608 ];