mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
vc: fix evaluation (licences -> licenses)
This commit is contained in:
parent
6d7273571c
commit
486d58748f
@ -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 ];
|
||||
};
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user