sage: fix meta information
Correct homagepage, description, and license.
This commit is contained in:
parent
50be0d5447
commit
82ec13eaa3
@ -23,9 +23,8 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.scilab.org/;
|
homepage = "http://www.sagemath.org";
|
||||||
description = "Scientific software package for numerical computations (Matlab lookalike)";
|
description = "A free open source mathematics software system";
|
||||||
# see http://www.scilab.org/legal
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
license = "SciLab";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user