From 411147488f1649326636edf4f1cbfaf42ad2bbe9 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Wed, 17 Sep 2025 09:22:08 +0200 Subject: [PATCH] lib3mf: adopt --- pkgs/by-name/li/lib3mf/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/li/lib3mf/package.nix b/pkgs/by-name/li/lib3mf/package.nix index 813138971444..0434368b5698 100644 --- a/pkgs/by-name/li/lib3mf/package.nix +++ b/pkgs/by-name/li/lib3mf/package.nix @@ -109,7 +109,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Reference implementation of the 3D Manufacturing Format file standard"; homepage = "https://3mf.io/"; license = licenses.bsd2; - maintainers = [ ]; + maintainers = with maintainers; [ nim65s ]; platforms = platforms.all; }; })