summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-29 14:07:39 +0800
committerGitHub <noreply@github.com>2021-12-29 14:07:39 +0800
commit7ca526a9408c2755f1c68554df89ff98e5a74801 (patch)
tree3e50a7b316dace35200e5724b77c4aea17b1870c /pkgs
parentdbfea9c33422dbcbe04cd54e9d455395f6ccdf02 (diff)
parent57c1ae58486bcd9a7a53a995bded5716f0304bc7 (diff)
Merge pull request #152464 from jonringer/ammonite-meta
ammonite: fix homepage
Diffstat (limited to 'pkgs')
-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 f9e054f33ad1..13b0e8d25705 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 ];