python3Packages.filebytes: fix meta.license
https://github.com/sashs/filebytes/blob/v0.10.2/COPYING
This commit is contained in:
@@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
homepage = "https://scoding.de/filebytes-introduction";
|
||||
license = lib.licenses.gpl2;
|
||||
license = lib.licenses.bsd3;
|
||||
description = "Scripts to parse ELF, PE, Mach-O and OAT (Android Runtime)";
|
||||
maintainers = with lib.maintainers; [ bennofs ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user