From 290a5d916e4874a6cb36936b49faf9ef327c249f Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Sun, 14 Apr 2019 19:25:45 -0400 Subject: treewide: update homepages to https where available Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects. --- pkgs/tools/networking/ip2location/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/networking/ip2location') diff --git a/pkgs/tools/networking/ip2location/default.nix b/pkgs/tools/networking/ip2location/default.nix index 00a3f7f3b6b0..3c2e7f53beeb 100644 --- a/pkgs/tools/networking/ip2location/default.nix +++ b/pkgs/tools/networking/ip2location/default.nix @@ -21,7 +21,7 @@ stdenv.mkDerivation rec { weather, MCC, MNC, mobile brand name, elevation and usage type of any IP address or host name in the IP2Location databases. ''; - homepage = http://www.ip2location.com/free/applications; + homepage = https://www.ip2location.com/free/applications; license = with licenses; [ gpl3Plus lgpl3Plus ]; platforms = platforms.linux; }; -- cgit 1.4.1