aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/vc
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-11-04 22:04:45 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-11-04 22:04:45 +0100
commit486d58748f13111f0c72a111835ae41054ffc2b8 (patch)
tree6396a1e8743ad07a2cde4f899c8f3d4322a38a32 /pkgs/development/libraries/vc
parent6d7273571c8f71e49e406227206b35312074a714 (diff)
vc: fix evaluation (licences -> licenses)
Diffstat (limited to 'pkgs/development/libraries/vc')
-rw-r--r--pkgs/development/libraries/vc/0.7.nix2
-rw-r--r--pkgs/development/libraries/vc/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/vc/0.7.nix b/pkgs/development/libraries/vc/0.7.nix
index 932b7f50f351..7f774e2eb92a 100644
--- a/pkgs/development/libraries/vc/0.7.nix
+++ b/pkgs/development/libraries/vc/0.7.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Library for multiprecision complex arithmetic with exact rounding";
homepage = https://github.com/VcDevel/Vc;
- license = licences.bsd3;
+ license = licenses.bsd3;
platforms = platforms.all;
maintainers = with maintainers; [ abbradar ];
};
diff --git a/pkgs/development/libraries/vc/default.nix b/pkgs/development/libraries/vc/default.nix
index b019ad63cdf2..9d5a24c43713 100644
--- a/pkgs/development/libraries/vc/default.nix
+++ b/pkgs/development/libraries/vc/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Library for multiprecision complex arithmetic with exact rounding";
homepage = https://github.com/VcDevel/Vc;
- license = licences.bsd3;
+ license = licenses.bsd3;
platforms = platforms.all;
maintainers = with maintainers; [ abbradar ];
};