mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
Merge pull request #281655 from mweinelt/pyasyncore-license
python311Packages.pyasyncore: fix license
This commit is contained in:
commit
90ac5f2a31
@ -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