libfakeXinerama: add license
This commit is contained in:
parent
9a70738f84
commit
7d6c70bc74
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user