summary refs log tree commit diff
path: root/pkgs/shells/rssh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/rssh/default.nix')
-rw-r--r--pkgs/shells/rssh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/rssh/default.nix b/pkgs/shells/rssh/default.nix
index d3ce1ff1cc2..c58fda28db0 100644
--- a/pkgs/shells/rssh/default.nix
+++ b/pkgs/shells/rssh/default.nix
@@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
     longDescription = ''
       rssh also includes support for rsync and cvs. For example, if you have a server which you only want to allow users to copy files off of via scp, without providing shell access, you can use rssh to do that.
     '';
-    homepage = "http://www.pizzashack.org/rssh/";
+    homepage = http://www.pizzashack.org/rssh/;
     license = licenses.bsd2;
     platforms = platforms.linux;
     maintainers = with maintainers; [ arobyn ];