about summary refs log tree commit diff
path: root/pkgs/tools/graphics/fim
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2018-12-01 18:32:32 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2018-12-02 15:21:04 +0100
commita04a512f343ccdb50068f61954f50ae9ad701460 (patch)
tree4e5678d520725a175d8b943a955354b6976684cd /pkgs/tools/graphics/fim
parent947be9e99238b959361e0bd49648a8d386408e9d (diff)
Treewide: use HTTPS on NonGNU domains
Diffstat (limited to 'pkgs/tools/graphics/fim')
-rw-r--r--pkgs/tools/graphics/fim/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/fim/default.nix b/pkgs/tools/graphics/fim/default.nix
index 066c181f53c20..7303f27fe111c 100644
--- a/pkgs/tools/graphics/fim/default.nix
+++ b/pkgs/tools/graphics/fim/default.nix
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
       to be a highly customizable and scriptable for users who are comfortable
       with software like the VIM text editor or the Mutt mail user agent.
     '';
-    homepage = http://www.nongnu.org/fbi-improved/;
+    homepage = https://www.nongnu.org/fbi-improved/;
     license = licenses.gpl2Plus;
     platforms = platforms.linux;
     maintainers = with maintainers; [ primeos ];