telepathy-glib: add licenses
This commit is contained in:
parent
500ea2661f
commit
154d5d993b
@ -22,8 +22,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
passthru.python = python2;
|
passthru.python = python2;
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://telepathy.freedesktop.org;
|
homepage = https://telepathy.freedesktop.org;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = with licenses; [ bsd2 bsd3 lgpl21Plus ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user