summary refs log tree commit diff
path: root/pkgs/games/teeworlds/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/teeworlds/default.nix')
-rw-r--r--pkgs/games/teeworlds/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/teeworlds/default.nix b/pkgs/games/teeworlds/default.nix
index 504353afebef..bd37ba0f01fb 100644
--- a/pkgs/games/teeworlds/default.nix
+++ b/pkgs/games/teeworlds/default.nix
@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
       Flag.  You can even design your own maps!
     '';
 
-    homepage = http://teeworlds.com/;
+    homepage = https://teeworlds.com/;
     license = "BSD-style, see `license.txt'";
     maintainers = with stdenv.lib.maintainers; [ astsmtl ];
     platforms = with stdenv.lib.platforms; linux;