about summary refs log tree commit diff
path: root/pkgs/tools/misc/xsel/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/xsel/default.nix')
-rw-r--r--pkgs/tools/misc/xsel/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/xsel/default.nix b/pkgs/tools/misc/xsel/default.nix
index 0b78b9a064732..350cb89846a7d 100644
--- a/pkgs/tools/misc/xsel/default.nix
+++ b/pkgs/tools/misc/xsel/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Command-line program for getting and setting the contents of the X selection";
-    homepage = "http://www.kfish.org/software/xsel";
+    homepage = http://www.kfish.org/software/xsel;
     license = licenses.mit;
     maintainers = [ maintainers.cstrahan ];
     platforms = lib.platforms.unix;