summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/X11/x2x
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-04 21:55:11 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-07 23:51:50 +0200
commit72ce407703d48f4f7c580b872f3b8aad6cc4ae73 (patch)
tree322b2e6a609496b0f762d688e8d3bbe3d34ce093 /pkgs/tools/X11/x2x
parent7de251551a12def35ca27e2131a5bf0fe3817c5c (diff)
x2x: update license + homepage
Diffstat (limited to 'pkgs/tools/X11/x2x')
-rw-r--r--pkgs/tools/X11/x2x/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/X11/x2x/default.nix b/pkgs/tools/X11/x2x/default.nix
index dd529011557a..24cf4f6b2e16 100644
--- a/pkgs/tools/X11/x2x/default.nix
+++ b/pkgs/tools/X11/x2x/default.nix
@@ -24,10 +24,10 @@ stdenv.mkDerivation {
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";
- homepage = http://x2x.dottedmag.net;
- license = "BSD";
- platforms = stdenv.lib.platforms.linux;
+ homepage = https://github.com/dottedmag/x2x;
+ license = licenses.bsd3;
+ platforms = platforms.linux;
};
}