mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
python3Packages.wakeonlan: change license to MIT
This commit is contained in:
parent
e86802afa7
commit
f37e906a18
|
@ -44,7 +44,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "A small python module for wake on lan";
|
||||
homepage = "https://github.com/remcohaszing/pywakeonlan";
|
||||
license = licenses.wtfpl;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue