python3Packages.wakeonlan: change license to MIT

This commit is contained in:
Sandro 2021-04-09 02:54:03 +02:00 committed by GitHub
parent e86802afa7
commit f37e906a18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}