maintainers: add raskin to the sage team

https://github.com/NixOS/nixpkgs/pull/104083#issuecomment-729168625
This commit is contained in:
Timo Kaufmann
2020-11-18 21:29:24 +01:00
parent ff8338343b
commit b7319d2d35
10 changed files with 10 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
inherit version;
description = ''An implementation of the Double Description Method for generating all vertices of a convex polyhedron'';
license = licenses.gpl2Plus;
maintainers = with maintainers; [raskin] ++ teams.sage.members;
maintainers = teams.sage.members;
platforms = platforms.unix;
homepage = "https://www.inf.ethz.ch/personal/fukudak/cdd_home/index.html";
};