amp-cli: fix homepage URL

The GitHub link is to a (currently) private repository.
This commit is contained in:
Keegan Carruthers-Smith 2025-05-22 10:20:34 +02:00
parent c9331547b0
commit 8451347199

View file

@ -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; [