summary refs log tree commit diff
path: root/pkgs/servers/shellinabox
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/shellinabox')
-rw-r--r--pkgs/servers/shellinabox/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/shellinabox/default.nix b/pkgs/servers/shellinabox/default.nix
index 2a36e1f67a26..70bf5c32b3d4 100644
--- a/pkgs/servers/shellinabox/default.nix
+++ b/pkgs/servers/shellinabox/default.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = https://code.google.com/p/shellinabox;
+    homepage = https://github.com/shellinabox/shellinabox;
     description = "Web based AJAX terminal emulator";
     license = licenses.gpl2;
     maintainers = with maintainers; [ tomberek lihop ];