farstream: add license

This commit is contained in:
Markus Kowalewski
2018-10-08 22:38:48 +02:00
parent cd2145b332
commit abbc68a756

View File

@@ -24,10 +24,10 @@ in stdenv.mkDerivation rec {
gst-plugins-good gst-plugins-bad gst-libav
];
meta = {
meta = with stdenv.lib; {
homepage = https://www.freedesktop.org/wiki/Software/Farstream;
description = "Audio/Video Communications Framework formely known as farsight";
maintainers = [ ];
platforms = stdenv.lib.platforms.linux;
platforms = platforms.linux;
license = licenses.lgpl21;
};
}