loudmouth: add license

This commit is contained in:
Markus Kowalewski 2018-10-23 19:54:07 +02:00
parent 3d88699174
commit 77b7a63af4
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -18,11 +18,12 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
meta = {
meta = with stdenv.lib; {
description = "A lightweight C library for the Jabber protocol";
platforms = stdenv.lib.platforms.linux;
platforms = platforms.linux;
downloadPage = "http://mcabber.com/files/loudmouth/";
downloadURLRegexp = "loudmouth-[0-9.]+[.]tar[.]bz2$";
updateWalker = true;
license = licenses.lgpl21;
};
}