python3Packages.filebytes: fix meta.license

https://github.com/sashs/filebytes/blob/v0.10.2/COPYING
This commit is contained in:
Tom Hunze
2026-03-22 11:21:32 +01:00
parent fc1206e1f7
commit 468b4dc4f9
@@ -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 ];
};