Merge pull request #104083 from timokau/sage-maintainers-team

maintainers: create sage team
This commit is contained in:
Timo Kaufmann
2020-11-19 19:20:49 +01:00
committed by GitHub
55 changed files with 74 additions and 66 deletions

View File

@@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.publicDomain;
platforms = platforms.all;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
};
}

View File

@@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
description = "Contains a small database of Conway polynomials";
license = licenses.gpl2;
platforms = platforms.all;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
};
}

View File

@@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl2;
platforms = platforms.all;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
};
}

View File

@@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
description = "A database of graphs";
license = licenses.gpl2;
platforms = platforms.all;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
};
}

View File

@@ -21,6 +21,6 @@ stdenv.mkDerivation {
homepage = "http://pari.math.u-bordeaux.fr/";
license = licenses.gpl2Plus;
platforms = platforms.all;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
};
}

View File

@@ -21,6 +21,6 @@ stdenv.mkDerivation {
homepage = "http://pari.math.u-bordeaux.fr/";
license = licenses.gpl2Plus;
platforms = platforms.all;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
};
}

View File

@@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
description = "Reflexive polytopes database";
license = licenses.gpl2;
platforms = platforms.all;
maintainers = with maintainers; [ timokau ];
maintainers = teams.sage.members;
};
}