libfakeXinerama: add license

This commit is contained in:
Markus Kowalewski 2018-09-12 21:40:50 +02:00
parent 9a70738f84
commit 7d6c70bc74
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -24,10 +24,11 @@ stdenv.mkDerivation rec {
ln -s libXinerama.so.1 $out/lib/libXinerama.so
'';
meta = {
meta = with stdenv.lib; {
homepage = http://xpra.org/;
description = "fakeXinerama for Xpra";
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ tstrobel ];
platforms = platforms.linux;
maintainers = [ maintainers.tstrobel ];
license = licenses.gpl2;
};
}