about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/sundials/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/sundials/default.nix b/pkgs/development/libraries/sundials/default.nix
index f06618e37881..41f7267fdca9 100644
--- a/pkgs/development/libraries/sundials/default.nix
+++ b/pkgs/development/libraries/sundials/default.nix
@@ -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;
   };
 
 }