From 68dd7bca1bb53a02be74c4715094b8cccb8bf986 Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Wed, 23 Jun 2021 20:23:30 -0300 Subject: [PATCH] 4ti2: add myself to maintainers --- pkgs/applications/science/math/4ti2/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/science/math/4ti2/default.nix b/pkgs/applications/science/math/4ti2/default.nix index a7f2d6ff5933..bb6a89385ce0 100644 --- a/pkgs/applications/science/math/4ti2/default.nix +++ b/pkgs/applications/science/math/4ti2/default.nix @@ -32,6 +32,7 @@ stdenv.mkDerivation rec{ homepage = "https://4ti2.github.io/"; description = "A software package for algebraic, geometric and combinatorial problems on linear spaces"; license = with licenses; [ gpl2Plus ]; + maintainers = with maintainers; [ AndersonTorres ]; platforms = platforms.all; }; }