Unverified Commit 91238caa authored by Naxdy's avatar Naxdy
Browse files

python3Packages.pysimplegui: change license to unfree

parent d3f89238
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python GUIs for Humans";
    homepage = "https://github.com/PySimpleGUI/PySimpleGUI";
    license = licenses.lgpl3Plus;
    license = licenses.unfree;
    maintainers = with maintainers; [ lucasew ];
  };
}