Merge pull request #281655 from mweinelt/pyasyncore-license

python311Packages.pyasyncore: fix license
This commit is contained in:
Martin Weinelt 2024-01-18 01:27:15 +01:00 committed by GitHub
commit 90ac5f2a31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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; [ ];
};
}