Unverified Commit c24370a6 authored by natsukium's avatar natsukium
Browse files
parent 13794c0d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -39,6 +39,9 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Patch python built-in objects";
    homepage = "https://github.com/clarete/forbiddenfruit";
    license = licenses.mit;
    license = with licenses; [
      mit
      gpl3Plus
    ];
  };
}