Fix evaluation due to wrong meta.license

This commit is contained in:
Luca Bruno 2014-10-30 09:56:39 +01:00
parent 346f20305b
commit 236f5686af

View file

@ -6571,7 +6571,7 @@ let
meta = with stdenv.lib; {
homepage = https://github.com/Groundworkstech/pybfd;
description = "A Python interface to the GNU Binary File Descriptor (BFD) library";
license = licenses.gplv2;
license = licenses.gpl2;
platforms = platforms.linux;
};
};