From 68e9bbb4167e09279d44546d28cc5f04b757e3a8 Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Fri, 1 Jan 2021 21:54:29 +0100 Subject: [PATCH] ocamlPackages.mirage-vnetif: fix typo in meta set --- pkgs/development/ocaml-modules/mirage-vnetif/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/mirage-vnetif/default.nix b/pkgs/development/ocaml-modules/mirage-vnetif/default.nix index cafb50309ce..876bc1a9817 100644 --- a/pkgs/development/ocaml-modules/mirage-vnetif/default.nix +++ b/pkgs/development/ocaml-modules/mirage-vnetif/default.nix @@ -35,6 +35,6 @@ buildDunePackage rec { description = "Virtual network interface and software switch for Mirage"; homepage = "https://github.com/mirage/${pname}"; license = licenses.isc; - mantainers = [ maintainers.sternenseemann ]; + maintainers = [ maintainers.sternenseemann ]; }; }