ocamlPackages.eio: fix homepage and changelog

This commit is contained in:
Alyssa Ross
2024-05-21 08:45:16 +02:00
committed by Vincent Laporte
parent 14e72f81d1
commit 35ef00b586
@@ -63,8 +63,8 @@ buildDunePackage rec {
];
meta = {
homepage = "https://github.com/ocaml-multicore/ocaml-${pname}";
changelog = "https://github.com/ocaml-multicore/ocaml-${pname}/raw/v${version}/CHANGES.md";
homepage = "https://github.com/ocaml-multicore/${pname}";
changelog = "https://github.com/ocaml-multicore/${pname}/raw/v${version}/CHANGES.md";
description = "Effects-Based Parallel IO for OCaml";
license = with lib.licenses; [ isc ];
maintainers = with lib.maintainers; [ toastal ];