groovy: update homepage

This commit is contained in:
Pascal Wittmann 2015-02-24 18:59:17 +01:00
parent 8196962097
commit 48add86c05

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "An agile dynamic language for the Java Platform";
homepage = http://groovy.codehaus.org/;
homepage = http://groovy-lang.org/;
license = licenses.asl20;
maintainers = with maintainers; [ pSub ];
};