From 703ca176991e7001687c96072c3560c917520d4c Mon Sep 17 00:00:00 2001 From: coolcuber Date: Mon, 20 Jul 2026 10:23:04 -0400 Subject: [PATCH] _4ti2: adopt --- pkgs/by-name/_4/_4ti2/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/_4/_4ti2/package.nix b/pkgs/by-name/_4/_4ti2/package.nix index f55cec22d687..989042f52e41 100644 --- a/pkgs/by-name/_4/_4ti2/package.nix +++ b/pkgs/by-name/_4/_4ti2/package.nix @@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://4ti2.github.io/"; description = "Software package for algebraic, geometric and combinatorial problems on linear spaces"; license = lib.licenses.gpl2Plus; - maintainers = [ ]; + maintainers = with lib.maintainers; [ coolcuber ]; platforms = lib.platforms.all; }; })