Unverified Commit 468b4dc4 authored by Tom Hunze's avatar Tom Hunze
Browse files

python3Packages.filebytes: fix `meta.license`

parent fc1206e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };