lol

ocamlPackages.eio: fix homepage and changelog

authored by

Alyssa Ross and committed by
Vincent Laporte
35ef00b5 14e72f81

+2 -2
+2 -2
pkgs/development/ocaml-modules/eio/default.nix
··· 63 ]; 64 65 meta = { 66 - homepage = "https://github.com/ocaml-multicore/ocaml-${pname}"; 67 - changelog = "https://github.com/ocaml-multicore/ocaml-${pname}/raw/v${version}/CHANGES.md"; 68 description = "Effects-Based Parallel IO for OCaml"; 69 license = with lib.licenses; [ isc ]; 70 maintainers = with lib.maintainers; [ toastal ];
··· 63 ]; 64 65 meta = { 66 + homepage = "https://github.com/ocaml-multicore/${pname}"; 67 + changelog = "https://github.com/ocaml-multicore/${pname}/raw/v${version}/CHANGES.md"; 68 description = "Effects-Based Parallel IO for OCaml"; 69 license = with lib.licenses; [ isc ]; 70 maintainers = with lib.maintainers; [ toastal ];