exim: use https in homepage
This commit is contained in:
parent
b5d78dbc52
commit
f5377b61d5
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user