exim: use https in homepage

This commit is contained in:
Daniel Nagy 2021-02-12 13:10:02 +01:00
parent b5d78dbc52
commit f5377b61d5
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

View File

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