ammonite: fix homepage

This commit is contained in:
Jonathan Ringer 2021-12-28 08:49:17 -08:00
parent 1e01453b30
commit 57c1ae5848
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

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