summary refs log tree commit diff
path: root/pkgs/tools/system/amtterm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/amtterm/default.nix')
-rw-r--r--pkgs/tools/system/amtterm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/amtterm/default.nix b/pkgs/tools/system/amtterm/default.nix
index 222cbde19e3ee..a4c29cd6a2998 100644
--- a/pkgs/tools/system/amtterm/default.nix
+++ b/pkgs/tools/system/amtterm/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib;
     { description = "Intel AMTĀ® SoL client + tools";
-      homepage = "https://www.kraxel.org/cgit/amtterm/";
+      homepage = https://www.kraxel.org/cgit/amtterm/;
       license = licenses.gpl2;
       maintainers = [ maintainers.ehmry ];
       platforms = platforms.linux;