summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-26 01:33:42 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-30 21:48:57 +0100
commitced3ec6ce324330e755d4ab1c52f088286257415 (patch)
treef6b4cec90e81eb6516ce103584ce7f215a5d1910 /pkgs/applications/networking
parentfa5ef2cf62e6f85bbe9622cdb5362025a8e54d35 (diff)
treewide: update permanent url redirects
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/mailreaders/sylpheed/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/sylpheed/default.nix b/pkgs/applications/networking/mailreaders/sylpheed/default.nix
index 5caaa9ce6e1e..48a212b4ffb1 100644
--- a/pkgs/applications/networking/mailreaders/sylpheed/default.nix
+++ b/pkgs/applications/networking/mailreaders/sylpheed/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
++ optional sslSupport "--enable-ssl";
meta = {
- homepage = "http://sylpheed.sraoss.jp/en/";
+ homepage = "https://sylpheed.sraoss.jp/en/";
description = "Lightweight and user-friendly e-mail client";
maintainers = with maintainers; [ eelco ];
platforms = platforms.linux ++ platforms.darwin;