From 82ec13eaa3257ea1d2f340f3f13eed8035c8c704 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sun, 2 Nov 2014 20:55:02 +0100 Subject: [PATCH] sage: fix meta information Correct homagepage, description, and license. --- pkgs/applications/science/math/sage/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/science/math/sage/default.nix b/pkgs/applications/science/math/sage/default.nix index ced8b6f95bb..c655ffa6fdc 100644 --- a/pkgs/applications/science/math/sage/default.nix +++ b/pkgs/applications/science/math/sage/default.nix @@ -23,9 +23,8 @@ stdenv.mkDerivation rec { ''; meta = { - homepage = http://www.scilab.org/; - description = "Scientific software package for numerical computations (Matlab lookalike)"; - # see http://www.scilab.org/legal - license = "SciLab"; + homepage = "http://www.sagemath.org"; + description = "A free open source mathematics software system"; + license = stdenv.lib.licenses.gpl2Plus; }; }