summary refs log tree commit diff
path: root/pkgs/games/asc
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-12-29 22:02:51 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-12-29 22:06:47 +0700
commit39a0a70d290c8059b13c78e5bb01e3bdef968737 (patch)
tree4f72b36f955fa5c90e5b4825b19ac4707debe261 /pkgs/games/asc
parent9d6fd49ad6efed0243259e1222f683d8d85322f0 (diff)
treewide: fix homepages with permanent redirect to https
Diffstat (limited to 'pkgs/games/asc')
-rw-r--r--pkgs/games/asc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/asc/default.nix b/pkgs/games/asc/default.nix
index af3f9f403100d..4dc671f5c3c38 100644
--- a/pkgs/games/asc/default.nix
+++ b/pkgs/games/asc/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
       currently available for Windows and Linux.
     '';
 
-    homepage = "http://www.asc-hq.org/";
+    homepage = "https://www.asc-hq.org/";
 
     license = licenses.gpl2Plus;