xcas, giac: add myself as maintainer

This commit is contained in:
Symphorien Gibol 2017-09-30 21:40:50 +02:00
parent 79df9105ba
commit 10a612120f
2 changed files with 2 additions and 0 deletions

View file

@ -575,6 +575,7 @@
swarren83 = "Shawn Warren <shawn.w.warren@gmail.com>";
swflint = "Samuel W. Flint <swflint@flintfam.org>";
swistak35 = "Rafał Łasocha <me@swistak35.com>";
symphorien = "Guillaume Girol <symphorien_nixpkgs@xlumurb.eu>";
szczyp = "Szczyp <qb@szczyp.com>";
sztupi = "Attila Sztupak <attila.sztupak@gmail.com>";
taeer = "Taeer Bar-Yam <taeer@necsi.edu>";

View file

@ -59,5 +59,6 @@ stdenv.mkDerivation rec {
## xcas is buildable on darwin but there are specific instructions I could
## not test
platforms = platforms.linux;
maintainers = [ maintainers.symphorien ];
};
}