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
commit 7ca526a940
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];