Unverified Commit 2b43b3fa authored by natsukium's avatar natsukium
Browse files

python312Packages.ftfy: fix license

parent d477ba6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ buildPythonPackage rec {
    description = "Given Unicode text, make its representation consistent and possibly less broken";
    mainProgram = "ftfy";
    homepage = "https://github.com/LuminosoInsight/python-ftfy";
    license = licenses.mit;
    license = licenses.asl20;
    maintainers = with maintainers; [ aborsu ];
  };
}