Add name to maintainers' list
This commit is contained in:
parent
12424157a2
commit
46f9e10636
@ -1548,6 +1548,11 @@
|
||||
github = "iblech";
|
||||
name = "Ingo Blechschmidt";
|
||||
};
|
||||
idontgetoutmuch = {
|
||||
email = "dominic@steinitz.org";
|
||||
github = "idontgetoutmuch";
|
||||
name = "Dominic Steinitz";
|
||||
};
|
||||
igsha = {
|
||||
email = "igor.sharonov@gmail.com";
|
||||
github = "igsha";
|
||||
|
@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
|
||||
description = "Suite of nonlinear differential/algebraic equation solvers";
|
||||
homepage = https://computation.llnl.gov/casc/sundials/main.html;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ idontgetoutmuch ];
|
||||
licencse = { url = https://computation.llnl.gov/projects/sundials/license; };
|
||||
maintainers = [ maintainers.idontgetoutmuch ];
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user