haguichi: Add missing trailing forward slash to changelog URL to prevent 301 redirect response
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user