amtterm: fix broken homepage link

The previous homepage at kraxel.org/cgit/amtterm/ returns a 404. The
package source is already fetched from GitHub, so updated the homepage
to match.
This commit is contained in:
Sim-hu
2026-03-22 20:34:43 +09:00
parent e1e423f183
commit 2c889f2a8d
+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;
};