4ti2: add myself to maintainers

This commit is contained in:
AndersonTorres 2021-06-23 20:23:30 -03:00
parent 4b0789d7c5
commit 68dd7bca1b

View file

@ -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;
};
}