ounit: fix homepage URL

This commit is contained in:
Vincent Laporte 2015-04-02 15:45:13 +02:00
parent 82bd608de1
commit 5275d1e11e

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation {
createFindlibDestdir = true;
meta = {
homepage = http://www.xs4all.nl/~mmzeeman/ocaml/;
homepage = http://ounit.forge.ocamlcore.org/;
description = "Unit test framework for OCaml";
license = stdenv.lib.licenses.mit;
platforms = ocaml.meta.platforms;