summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-12-28 08:49:17 -0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-12-29 06:12:03 +0000
commit7ce842f4392173636e5fe0edc761cb5d9ea8b0d0 (patch)
tree197cff3e1b557d6985efc986fb46dc5b132f94c5
parentMerge pull request #152553 from NixOS/backport-152551-to-release-21.11 (diff)
downloadnixpkgs-7ce842f4392173636e5fe0edc761cb5d9ea8b0d0.tar.gz
ammonite: fix homepage
(cherry picked from commit 57c1ae58486bcd9a7a53a995bded5716f0304bc7)
-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 ];