summary refs log tree commit diff
path: root/pkgs/games/gl-117/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/gl-117/default.nix')
-rw-r--r--pkgs/games/gl-117/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/gl-117/default.nix b/pkgs/games/gl-117/default.nix
index 09a472f4dac83..f76f761189c1b 100644
--- a/pkgs/games/gl-117/default.nix
+++ b/pkgs/games/gl-117/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "An air combat simulator";
-    homepage = https://sourceforge.net/projects/gl-117;
+    homepage = "https://sourceforge.net/projects/gl-117";
     maintainers = with maintainers; [ raskin ];
     license = licenses.gpl2;
     platforms = platforms.linux;