From 65d7e87fdb7ed8305012433753d7012312b95242 Mon Sep 17 00:00:00 2001 From: Ferry Jérémie Date: Sat, 21 Jan 2023 22:41:12 +0100 Subject: treewide: replace http by https when https is a permanent redirection --- pkgs/games/njam/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/games/njam') diff --git a/pkgs/games/njam/default.nix b/pkgs/games/njam/default.nix index 6fbffc37d03..971cd1d0726 100644 --- a/pkgs/games/njam/default.nix +++ b/pkgs/games/njam/default.nix @@ -20,7 +20,7 @@ stdenv.mkDerivation rec { patches = [ ./logfile.patch ]; meta = { - homepage = "http://trackballs.sourceforge.net/"; + homepage = "https://trackballs.sourceforge.net/"; description = "Cross-platform pacman-like game"; license = lib.licenses.gpl2Plus; platforms = lib.platforms.linux; -- cgit 1.4.1