summary refs log tree commit diff
path: root/pkgs/development/compilers/inform7/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/inform7/default.nix')
-rw-r--r--pkgs/development/compilers/inform7/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/inform7/default.nix b/pkgs/development/compilers/inform7/default.nix
index 2a6551aad18..62bd0142f32 100644
--- a/pkgs/development/compilers/inform7/default.nix
+++ b/pkgs/development/compilers/inform7/default.nix
@@ -23,7 +23,7 @@ in stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     description = "A design system for interactive fiction.";
-    homepage = http://inform7.com/;
+    homepage = "http://inform7.com/";
     license = licenses.artistic2;
     maintainers = with maintainers; [ mbbx6spp ];
     platforms = platforms.unix;