summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-01-20 18:20:08 +0100
committerPeter Simons <simons@cryp.to>2014-01-20 18:20:08 +0100
commit6475f0d1fe9ac2b22711e97b2ba08b50801926e1 (patch)
tree06701f060f4924ab66c35f2a1f1d069a347c8ce8 /pkgs/applications
parent43d59a9a3bc285f36d50b737121f16b91b7c6f1c (diff)
downloadnixpkgs-6475f0d1fe9ac2b22711e97b2ba08b50801926e1.tar
nixpkgs-6475f0d1fe9ac2b22711e97b2ba08b50801926e1.tar.gz
nixpkgs-6475f0d1fe9ac2b22711e97b2ba08b50801926e1.tar.bz2
nixpkgs-6475f0d1fe9ac2b22711e97b2ba08b50801926e1.tar.lz
nixpkgs-6475f0d1fe9ac2b22711e97b2ba08b50801926e1.tar.xz
nixpkgs-6475f0d1fe9ac2b22711e97b2ba08b50801926e1.tar.zst
nixpkgs-6475f0d1fe9ac2b22711e97b2ba08b50801926e1.zip
fricas: clean up meta section
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/science/math/fricas/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/science/math/fricas/default.nix b/pkgs/applications/science/math/fricas/default.nix
index a438fa5102f..1817c43ed7b 100644
--- a/pkgs/applications/science/math/fricas/default.nix
+++ b/pkgs/applications/science/math/fricas/default.nix
@@ -13,10 +13,11 @@ stdenv.mkDerivation rec {
   dontStrip = true;
 
   meta = {
+    homepage = http://fricas.sourceforge.net/;
     description = "Fricas CAS";
-    homepage    = http://fricas.sourceforge.net/;
+    license = stdenv.lib.licenses.bsd3;
+
+    hydraPlatforms = stdenv.lib.platforms.linux;
     maintainers = stdenv.lib.maintainers.sprock;
-    platforms   = stdenv.lib.platforms.linux;
-    license     = stdenv.lib.license.bsd3;
   };
 }