about summary refs log tree commit diff
path: root/pkgs/games/openmw/tes3mp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/openmw/tes3mp.nix')
-rw-r--r--pkgs/games/openmw/tes3mp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/openmw/tes3mp.nix b/pkgs/games/openmw/tes3mp.nix
index 3d14fb0487c77..222aa68dba243 100644
--- a/pkgs/games/openmw/tes3mp.nix
+++ b/pkgs/games/openmw/tes3mp.nix
@@ -69,7 +69,7 @@ in openmw.overrideAttrs (oldAttrs: rec {
 
   meta = with stdenv.lib; {
     description = "Multiplayer for TES3:Morrowind based on OpenMW";
-    homepage = https://tes3mp.com/;
+    homepage = "https://tes3mp.com/";
     license = licenses.gpl3;
     platforms = [ "x86_64-linux" "i686-linux" ];
     maintainers = with maintainers; [ gnidorah ];