Fixed some descriptions

This commit is contained in:
Pascal Wittmann
2015-04-28 10:54:58 +02:00
parent 74742ad584
commit f99d5cf2fc
54 changed files with 77 additions and 78 deletions

View File

@@ -19,7 +19,7 @@ stdenv.mkDerivation {
homepage = "http://forge.scilab.org/index.php/p/arpack-ng/";
description = ''
A collection of Fortran77 subroutines to solve large scale eigenvalue
problems.
problems
'';
license = stdenv.lib.licenses.bsd3;
maintainers = [ stdenv.lib.maintainers.ttuegel ];