From 845134719941b3a2087842eae23e521d67e35ad5 Mon Sep 17 00:00:00 2001 From: Keegan Carruthers-Smith Date: Thu, 22 May 2025 10:20:34 +0200 Subject: [PATCH] amp-cli: fix homepage URL The GitHub link is to a (currently) private repository. --- pkgs/by-name/am/amp-cli/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/am/amp-cli/package.nix b/pkgs/by-name/am/amp-cli/package.nix index 0774eaddc0c4..0e7021fd0d6d 100644 --- a/pkgs/by-name/am/amp-cli/package.nix +++ b/pkgs/by-name/am/amp-cli/package.nix @@ -72,7 +72,7 @@ buildNpmPackage rec { meta = { description = "Amp is an AI coding agent, in research preview from Sourcegraph. This is the CLI for Amp."; - homepage = "https://github.com/sourcegraph/amp"; + homepage = "https://ampcode.com/"; downloadPage = "https://www.npmjs.com/package/@sourcegraph/amp"; license = lib.licenses.unfree; maintainers = with lib.maintainers; [