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
1 changed files with 1 additions and 1 deletions

View File

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