From 468b4dc4f9ec0b8231880b3a5a78f3308f133f16 Mon Sep 17 00:00:00 2001 From: Tom Hunze Date: Sun, 22 Mar 2026 11:21:32 +0100 Subject: [PATCH] python3Packages.filebytes: fix `meta.license` https://github.com/sashs/filebytes/blob/v0.10.2/COPYING --- pkgs/development/python-modules/filebytes/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/filebytes/default.nix b/pkgs/development/python-modules/filebytes/default.nix index 7cc04c3f03cd..92866eedeaf2 100644 --- a/pkgs/development/python-modules/filebytes/default.nix +++ b/pkgs/development/python-modules/filebytes/default.nix @@ -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 ]; };