python3Packages.salmon-mail: specify license

This commit is contained in:
Fabian Affolter
2021-03-25 09:18:21 +01:00
parent 92a955754d
commit 157bd01964
@@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://salmon-mail.readthedocs.org/";
description = "Pythonic mail application server";
license = licenses.gpl3;
license = licenses.gpl3Only;
maintainers = with maintainers; [ jluttine ];
};
}