summary refs log tree commit diff
path: root/pkgs/shells/rc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/rc/default.nix')
-rw-r--r--pkgs/shells/rc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/rc/default.nix b/pkgs/shells/rc/default.nix
index a8a7d4f6e77..cd5ed860b2e 100644
--- a/pkgs/shells/rc/default.nix
+++ b/pkgs/shells/rc/default.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "The Plan 9 shell";
     longDescription = "Byron Rakitzis' UNIX reimplementation of Tom Duff's Plan 9 shell.";
-    homepage = http://tobold.org/article/rc;
+    homepage = "http://tobold.org/article/rc";
     license = with licenses; zlib;
     maintainers = with maintainers; [ ramkromberg ];
     platforms = with platforms; all;