python3Packages.wakeonlan: change license to MIT
This commit is contained in:
parent
e86802afa7
commit
f37e906a18
|
@ -44,7 +44,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A small python module for wake on lan";
|
description = "A small python module for wake on lan";
|
||||||
homepage = "https://github.com/remcohaszing/pywakeonlan";
|
homepage = "https://github.com/remcohaszing/pywakeonlan";
|
||||||
license = licenses.wtfpl;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue