mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 02:51:18 +00:00
libesmtp: add metadata
This commit is contained in:
parent
998a19e854
commit
db5350092a
|
@ -8,5 +8,11 @@ stdenv.mkDerivation rec {
|
|||
url = "http://brianstafford.info/libesmtp/libesmtp-1.0.6.tar.bz2";
|
||||
sha256 = "02zbniyz7qys1jmx3ghx21kxmns1wc3hmv80gp7ag7yra9f1m9nh";
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = http://brianstafford.info/libesmtp/index.html;
|
||||
description = "A Library for Posting Electronic Mail";
|
||||
licenses = stdenv.licenses.lgpl3Plus;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue