Commit 84513471 authored by Keegan Carruthers-Smith's avatar Keegan Carruthers-Smith
Browse files

amp-cli: fix homepage URL

The GitHub link is to a (currently) private repository.
parent c9331547
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; [