Update pkgs/by-name/ma/mathemagix/package.nix

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
This commit is contained in:
Pol Dellaiera 2024-04-23 20:34:10 +02:00
parent 63ca0c7271
commit 84c05e1260
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation {
configureFlags = [ "--prefix=${placeholder "out"}" ];
meta = {
description = "Mathemagix is a free computer algebra and analysis system. It consists of a high level language with a compiler and a series of mathematical libraries, some of which are written in C++.";
description = "A free computer algebra and analysis system consisting of a high level language with a compiler and a series of mathematical libraries";
homepage = "http://www.mathemagix.org/";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ drupol ];