unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Justin Veilleux <terramorpha@cock.li>
Cc: 54753-done@debbugs.gnu.org
Subject: bug#54753: [PATCH] gnu: Add smtpmail
Date: Tue, 12 Apr 2022 23:54:54 +0200	[thread overview]
Message-ID: <87k0buarwx.fsf@gnu.org> (raw)
In-Reply-To: <8db52a33-c3d9-d88d-fba8-e987dc68962f@cock.li> (Justin Veilleux's message of "Wed, 6 Apr 2022 13:17:12 -0400")

[-- Attachment #1: Type: text/plain, Size: 453 bytes --]

Hi,

Justin Veilleux <terramorpha@cock.li> skribis:

> From c1c1dea4834c47adf7269070831696f28ffb949d Mon Sep 17 00:00:00 2001
> From: terramorpha <terramorpha@cock.li>
> Date: Wed, 6 Apr 2022 13:11:52 -0400
> Subject: [PATCH] gnu: Add smtpmail.
>
> * gnu/packages/mail.scm (smtpmail): New variable.

Applied with the changes below.  License is ‘gpl2+’ because source file
headers says “or any later version”.

Thanks,
Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1173 bytes --]

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 6dc8db526f..5dd7f3b33e 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4606,17 +4606,15 @@ (define-public smtpmail
     (source
      (origin
        (method url-fetch)
-       (uri
-        (string-append
-         "http://download.savannah.nongnu.org/releases/smtpmail/smtpmail-"
-         version
-         ".tar.gz"))
-       (sha256 (base32 "08ap2l2g2avkq2jx05jy993517vvapmypg7j5cwl8gvpq436gdh5"))))
+       (uri (string-append "mirror://savannah/smtpmail/smtpmail-"
+                           version ".tar.gz"))
+       (sha256
+        (base32 "08ap2l2g2avkq2jx05jy993517vvapmypg7j5cwl8gvpq436gdh5"))))
     (build-system gnu-build-system)
     (home-page "https://www.nongnu.org/smtpmail/")
     (synopsis "SMTP utility")
     (description
      "smtpmail is a little console-based tool for users who have no local
-mailserver on her machine. it enables these users to send their mail over a
-remote smtp server.")
-    (license license:gpl2)))
+mailserver on their machine.  It enables these users to send their mail over a
+remote SMTP server.")
+    (license license:gpl2+)))

      reply	other threads:[~2022-04-12 21:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-06 17:17 [bug#54753] [PATCH] gnu: Add smtpmail Justin Veilleux
2022-04-12 21:54 ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k0buarwx.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=54753-done@debbugs.gnu.org \
    --cc=terramorpha@cock.li \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).