3
0
Fork 0
forked from mirrors/nixpkgs

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

View file

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