ounit: fix homepage URL
This commit is contained in:
parent
82bd608de1
commit
5275d1e11e
@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
|||||||
createFindlibDestdir = true;
|
createFindlibDestdir = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.xs4all.nl/~mmzeeman/ocaml/;
|
homepage = http://ounit.forge.ocamlcore.org/;
|
||||||
description = "Unit test framework for OCaml";
|
description = "Unit test framework for OCaml";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
platforms = ocaml.meta.platforms;
|
platforms = ocaml.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user