python311Packages.pyasyncore: fix license

This commit is contained in:
Martin Weinelt 2024-01-18 01:05:19 +01:00
parent 6d20002d96
commit 697b3ed06f
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

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