about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ipaddr/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-06-10 00:02:49 +0000
committerGitHub <noreply@github.com>2024-06-10 00:02:49 +0000
commitc8c2ff3b9b30b86eba2951d46ca8dc3684ce6a1e (patch)
tree83976206036b0895d7f1142a7a9df31231e125ea /pkgs/development/ocaml-modules/ipaddr/default.nix
parent07c48ff2c9f43cd433a4841b789db9cc3bf16dd1 (diff)
parentc96a6f10efd5851a5c7efac63e7594bb2b81b1b4 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/ocaml-modules/ipaddr/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/ipaddr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/ipaddr/default.nix b/pkgs/development/ocaml-modules/ipaddr/default.nix
index 6e1170375dcdd..d579c22de1345 100644
--- a/pkgs/development/ocaml-modules/ipaddr/default.nix
+++ b/pkgs/development/ocaml-modules/ipaddr/default.nix
@@ -17,7 +17,7 @@ buildDunePackage rec {
   doCheck = true;
 
   meta = macaddr.meta // {
-    description = "A library for manipulation of IP (and MAC) address representations ";
+    description = "Library for manipulation of IP (and MAC) address representations ";
     maintainers = with lib.maintainers; [ alexfmpe ericbmerritt ];
   };
 }