x2x: update license + homepage
This commit is contained in:
parent
7de251551a
commit
72ce407703
@ -24,10 +24,10 @@ stdenv.mkDerivation {
|
|||||||
cp x2x.1 $out/man/man1/
|
cp x2x.1 $out/man/man1/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Allows the keyboard, mouse on one X display to be used to control another X display";
|
description = "Allows the keyboard, mouse on one X display to be used to control another X display";
|
||||||
homepage = http://x2x.dottedmag.net;
|
homepage = https://github.com/dottedmag/x2x;
|
||||||
license = "BSD";
|
license = licenses.bsd3;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user