Unverified Commit 90ac5f2a authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #281655 from mweinelt/pyasyncore-license

python311Packages.pyasyncore: fix license
parents 591dd700 697b3ed0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Make asyncore available for Python 3.12 onwards";
    homepage = "https://github.com/simonrob/pyasyncore";
    license = licenses.unfree; # FIXME: nix-init did not found a license
    license = licenses.psfl;
    maintainers = with maintainers; [ ];
  };
}