Add name to maintainers' list
This commit is contained in:
parent
12424157a2
commit
46f9e10636
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue