mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
amp-cli: fix homepage URL
The GitHub link is to a (currently) private repository.
This commit is contained in:
parent
c9331547b0
commit
8451347199
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ buildNpmPackage rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Amp is an AI coding agent, in research preview from Sourcegraph. This is the CLI for Amp.";
|
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";
|
downloadPage = "https://www.npmjs.com/package/@sourcegraph/amp";
|
||||||
license = lib.licenses.unfree;
|
license = lib.licenses.unfree;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue