summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-29 14:13:16 +0800
committerGitHub <noreply@github.com>2021-12-29 14:13:16 +0800
commit751ed1f569650c2a08a646c3979f4e137efa4e79 (patch)
tree7cf812986585447d5087aa174d1a07ef92dda05c
parentMerge pull request #152562 from NixOS/backport-152479-to-release-21.11 (diff)
parentammonite: fix homepage (diff)
downloadnixpkgs-751ed1f569650c2a08a646c3979f4e137efa4e79.tar.gz
Merge pull request #152563 from NixOS/backport-152464-to-release-21.11
[Backport release-21.11] ammonite: fix homepage
-rw-r--r--pkgs/development/tools/ammonite/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/ammonite/default.nix b/pkgs/development/tools/ammonite/default.nix
index a31a6478a761..93e65466f982 100644
--- a/pkgs/development/tools/ammonite/default.nix
+++ b/pkgs/development/tools/ammonite/default.nix
@@ -74,7 +74,7 @@ let
with a lot of ergonomic improvements and configurability
that may be familiar to people coming from IDEs or other REPLs such as IPython or Zsh.
'';
- homepage = "https://www.lihaoyi.com/Ammonite/";
+ homepage = "https://github.com/com-lihaoyi/Ammonite";
license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.nequissimus ];