mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
python311Packages.pyasyncore: fix license
This commit is contained in:
parent
6d20002d96
commit
697b3ed06f
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user