mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Fix evaluation due to wrong meta.license
This commit is contained in:
parent
346f20305b
commit
236f5686af
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue