python3Packages.salmon-mail: specify license
This commit is contained in:
parent
92a955754d
commit
157bd01964
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue