loudmouth: add license
This commit is contained in:
parent
3d88699174
commit
77b7a63af4
@ -18,11 +18,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A lightweight C library for the Jabber protocol";
|
description = "A lightweight C library for the Jabber protocol";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
downloadPage = "http://mcabber.com/files/loudmouth/";
|
downloadPage = "http://mcabber.com/files/loudmouth/";
|
||||||
downloadURLRegexp = "loudmouth-[0-9.]+[.]tar[.]bz2$";
|
downloadURLRegexp = "loudmouth-[0-9.]+[.]tar[.]bz2$";
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
|
license = licenses.lgpl21;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user