From d4f475250600b064685c1027a0042f2b14189f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=B7=F0=90=91=91=F0=90=91=B4=F0=90=91=95=F0=90=91=91?= =?UTF-8?q?=F0=90=91=A9=F0=90=91=A4?= Date: Sat, 13 Dec 2025 23:17:52 +0700 Subject: [PATCH] ocamlPackages.cow: add homepage --- pkgs/development/ocaml-modules/cow/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/ocaml-modules/cow/default.nix b/pkgs/development/ocaml-modules/cow/default.nix index 5fee7a517f92..5b9a624625b3 100644 --- a/pkgs/development/ocaml-modules/cow/default.nix +++ b/pkgs/development/ocaml-modules/cow/default.nix @@ -36,6 +36,7 @@ buildDunePackage rec { Markdown, to name but a few! This library provides OCaml combinators for these web formats. ''; + homepage = "https://mirage.github.io/ocaml-cow/"; license = lib.licenses.isc; maintainers = with lib.maintainers; [ sternenseemann ]; };