mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
python311Packages.pyasyncore: fix license
This commit is contained in:
parent
6d20002d96
commit
697b3ed06f
@ -29,7 +29,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Make asyncore available for Python 3.12 onwards";
|
description = "Make asyncore available for Python 3.12 onwards";
|
||||||
homepage = "https://github.com/simonrob/pyasyncore";
|
homepage = "https://github.com/simonrob/pyasyncore";
|
||||||
license = licenses.unfree; # FIXME: nix-init did not found a license
|
license = licenses.psfl;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user