forked from mirrors/nixpkgs
libesmtp: actually correct license
This commit is contained in:
parent
4dc0315259
commit
aab5e4becb
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with stdenv.lib; {
|
||||
homepage = http://brianstafford.info/libesmtp/index.html;
|
||||
description = "A Library for Posting Electronic Mail";
|
||||
license = licenses.gpl3;
|
||||
license = licenses.lgpl21;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue