From 9a58b51e6ab40f8519fadabc2786dc9a56f27c63 Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Fri, 7 Jan 2022 00:01:33 +0700 Subject: treewide: fix homepages with permanent redirect to https --- pkgs/applications/video/kodi/addons/future/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/video/kodi') diff --git a/pkgs/applications/video/kodi/addons/future/default.nix b/pkgs/applications/video/kodi/addons/future/default.nix index fcc525ef17972..0f2815fe5f993 100644 --- a/pkgs/applications/video/kodi/addons/future/default.nix +++ b/pkgs/applications/video/kodi/addons/future/default.nix @@ -18,7 +18,7 @@ buildKodiAddon rec { }; meta = with lib; { - homepage = "http://python-future.org"; + homepage = "https://python-future.org"; description = "The missing compatibility layer between Python 2 and Python 3"; license = licenses.mit; maintainers = teams.kodi.members; -- cgit 1.4.1