amtterm: fix broken homepage link (#502180)

This commit is contained in:
Marcin Serwin
2026-04-20 14:45:07 +00:00
committed by GitHub
+1 -1
View File
@@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Intel AMT® SoL client + tools";
homepage = "https://www.kraxel.org/cgit/amtterm/";
homepage = "https://github.com/kraxel/amtterm";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux;
};