amp-cli: fix homepage URL
The GitHub link is to a (currently) private repository.
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user