Add name to maintainers' list

This commit is contained in:
Dominic Steinitz
2018-03-12 14:58:12 +00:00
parent 12424157a2
commit 46f9e10636
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -1548,6 +1548,11 @@
github = "iblech"; github = "iblech";
name = "Ingo Blechschmidt"; name = "Ingo Blechschmidt";
}; };
idontgetoutmuch = {
email = "dominic@steinitz.org";
github = "idontgetoutmuch";
name = "Dominic Steinitz";
};
igsha = { igsha = {
email = "igor.sharonov@gmail.com"; email = "igor.sharonov@gmail.com";
github = "igsha"; github = "igsha";
@@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
description = "Suite of nonlinear differential/algebraic equation solvers"; description = "Suite of nonlinear differential/algebraic equation solvers";
homepage = https://computation.llnl.gov/casc/sundials/main.html; homepage = https://computation.llnl.gov/casc/sundials/main.html;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ idontgetoutmuch ]; maintainers = [ maintainers.idontgetoutmuch ];
licencse = { url = https://computation.llnl.gov/projects/sundials/license; }; license = licenses.bsd3;
}; };
} }