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