python3Packages.salmon-mail: specify license

This commit is contained in:
Fabian Affolter 2021-03-22 17:33:21 +01:00
parent 92a955754d
commit 157bd01964
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
homepage = "https://salmon-mail.readthedocs.org/"; homepage = "https://salmon-mail.readthedocs.org/";
description = "Pythonic mail application server"; description = "Pythonic mail application server";
license = licenses.gpl3; license = licenses.gpl3Only;
maintainers = with maintainers; [ jluttine ]; maintainers = with maintainers; [ jluttine ];
}; };
} }