summary refs log tree commit diff
path: root/pkgs/development/libraries/physics/fastnlo/default.nix
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2017-04-29 04:24:34 +0000
committerDan Peebles <pumpkin@me.com>2017-04-29 04:24:34 +0000
commit90b9719f4fc95e54400a66bffcc8044c568cfa4b (patch)
tree9660ba6641b9e3442c4957acf11737e4eedd68bd /pkgs/development/libraries/physics/fastnlo/default.nix
parent1a4ca220e15480818b78041d46bf0ca438671d33 (diff)
downloadnixpkgs-90b9719f4fc95e54400a66bffcc8044c568cfa4b.tar
nixpkgs-90b9719f4fc95e54400a66bffcc8044c568cfa4b.tar.gz
nixpkgs-90b9719f4fc95e54400a66bffcc8044c568cfa4b.tar.bz2
nixpkgs-90b9719f4fc95e54400a66bffcc8044c568cfa4b.tar.lz
nixpkgs-90b9719f4fc95e54400a66bffcc8044c568cfa4b.tar.xz
nixpkgs-90b9719f4fc95e54400a66bffcc8044c568cfa4b.tar.zst
nixpkgs-90b9719f4fc95e54400a66bffcc8044c568cfa4b.zip
treewide: fix the remaining issues with meta attributes
Diffstat (limited to 'pkgs/development/libraries/physics/fastnlo/default.nix')
-rw-r--r--pkgs/development/libraries/physics/fastnlo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/physics/fastnlo/default.nix b/pkgs/development/libraries/physics/fastnlo/default.nix
index 307bf1b27db..e07583fccb5 100644
--- a/pkgs/development/libraries/physics/fastnlo/default.nix
+++ b/pkgs/development/libraries/physics/fastnlo/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
   enableParallelBuilding = true;
 
   meta = {
-    descritption = "A computer code to create and evaluate fast interpolation tables of pre-computed coefficients in perturbation theory for observables in hadron-induced processes";
+    description = "A computer code to create and evaluate fast interpolation tables of pre-computed coefficients in perturbation theory for observables in hadron-induced processes";
     license      = stdenv.lib.licenses.gpl3;
     homepage     = http://fastnlo.hepforge.org;
     platforms    = stdenv.lib.platforms.unix;