exim: use https in homepage

This commit is contained in:
Daniel Nagy
2021-02-12 13:10:02 +01:00
parent b5d78dbc52
commit f5377b61d5

View File

@@ -100,7 +100,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "http://exim.org/";
homepage = "https://exim.org/";
description = "A mail transfer agent (MTA)";
license = with licenses; [ gpl2Plus bsd3 ];
platforms = platforms.linux;