armadillo: fix evaluation error

cc: @ndowens08
This commit is contained in:
Jörg Thalheim 2017-03-19 21:04:43 +01:00
parent 8490317fef
commit 82e760a3d6
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "C++ linear algebra library";
homepage = http://arma.sourceforge.net;
license = licenses.apl2;
license = licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [ juliendehos knedlsepp ];
};