guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/11: gnu: dkimproxy: Use HTTPS home page.


From: guix-commits
Subject: 06/11: gnu: dkimproxy: Use HTTPS home page.
Date: Fri, 27 Jan 2023 19:31:35 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d0343e7483d31bcf29737adc0854c0935e7e9d1e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 22 01:00:01 2023 +0100

    gnu: dkimproxy: Use HTTPS home page.
    
    * gnu/packages/mail.scm (dkimproxy)[home-page]: Use HTTPS.
---
 gnu/packages/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index a836e9e2f6..5a3ec1d8b6 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2743,7 +2743,7 @@ DKIM and/or DomainKeys.")
            perl-net-server
            perl-socket6
            perl-timedate))
-    (home-page "http://dkimproxy.sourceforge.net/";)
+    (home-page "https://dkimproxy.sourceforge.net";)
     (synopsis "SMTP proxy to sign and verify Internet mail with DKIM headers")
     (description
      "DKIMproxy is an SMTP proxy that signs and verifies Internet mail using 
the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]