haguichi: nixfmt
This commit is contained in:
@@ -59,7 +59,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Graphical frontend for Hamachi on Linux";
|
||||
mainProgram = "haguichi";
|
||||
homepage = "https://haguichi.net/";
|
||||
changelog = "https://haguichi.net/news/release${lib.strings.replaceStrings ["."] [""] finalAttrs.version}";
|
||||
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