Fix evaluation due to wrong meta.license
This commit is contained in:
parent
346f20305b
commit
236f5686af
@ -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;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user