ssmtp: add license

This commit is contained in:
Markus Kowalewski 2018-08-11 14:34:24 +02:00
parent e91ef7c74c
commit c2cfaec0c9
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

@ -33,6 +33,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
platforms = platforms.linux;
license = licenses.gpl2;
maintainers = with maintainers; [ basvandijk ];
};
}