Merge pull request #152464 from jonringer/ammonite-meta

ammonite: fix homepage
This commit is contained in:
Bobby Rong
2021-12-29 14:07:39 +08:00
committed by GitHub
+1 -1
View File
@@ -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 ];