summary refs log tree commit diff
path: root/pkgs/games/gcs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/gcs/default.nix')
-rw-r--r--pkgs/games/gcs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/gcs/default.nix b/pkgs/games/gcs/default.nix
index f1230b739bb..9c0b479304a 100644
--- a/pkgs/games/gcs/default.nix
+++ b/pkgs/games/gcs/default.nix
@@ -68,7 +68,7 @@ in stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A stand-alone, interactive, character sheet editor for the GURPS 4th Edition roleplaying game system";
-    homepage = https://gurpscharactersheet.com/;
+    homepage = "https://gurpscharactersheet.com/";
     license = licenses.mpl20;
     platforms = platforms.all;
     maintainers = with maintainers; [];