summary refs log tree commit diff
path: root/pkgs/games/azimuth/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/azimuth/default.nix')
-rw-r--r--pkgs/games/azimuth/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/azimuth/default.nix b/pkgs/games/azimuth/default.nix
index 8cb583e07d2..67bbd8558c3 100644
--- a/pkgs/games/azimuth/default.nix
+++ b/pkgs/games/azimuth/default.nix
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
     '';
 
     license = stdenv.lib.licenses.gpl3Plus;
-    homepage = https://mdsteele.games/azimuth/index.html;
+    homepage = "https://mdsteele.games/azimuth/index.html";
     maintainers = with stdenv.lib.maintainers; [ marius851000 ];
     platforms = stdenv.lib.platforms.linux;
   };