acgtk: fix homepage url

This commit is contained in:
Matthew Bauer 2017-08-17 14:58:03 -07:00
parent 59c5f52f67
commit b3d8c08a55

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation {
+ " " + optionalString installEmacsMode "install-emacs";
meta = with stdenv.lib; {
homepage = http://www.loria.fr/equipes/calligramme/acg;
homepage = http://calligramme.loria.fr/acg/;
description = "A toolkit for developing ACG signatures and lexicon";
license = licenses.cecill20;
platforms = ocaml.meta.platforms or [];