maintainers: add smasher164 and sage team

This commit is contained in:
Akhil Indurti
2024-01-02 02:02:13 -08:00
parent 56189df745
commit e40cd6b68d
+1 -1
View File
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Fast Library for Number Theory";
license = licenses.gpl2Plus;
maintainers = teams.sage.members;
maintainers = with maintainers; [ smasher164 ] ++ teams.sage.members;
platforms = platforms.unix;
homepage = "https://www.flintlib.org/";
downloadPage = "https://www.flintlib.org/downloads.html";