all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Brett Gilio <brettg@posteo.net>
Cc: 33338@debbugs.gnu.org
Subject: [bug#33338] [PATCH] gnu: Add emacs-webpaste
Date: Mon, 19 Nov 2018 22:36:00 +0100	[thread overview]
Message-ID: <875zwsvjgf.fsf@gnu.org> (raw)
In-Reply-To: <20181110210451.16202-1-brettg@posteo.net> (Brett Gilio's message of "Sat, 10 Nov 2018 15:04:51 -0600")

Hi Brett, and sorry for the delay!

Brett Gilio <brettg@posteo.net> skribis:

> ---
>  gnu/packages/emacs.scm | 26 ++++++++++++++++++++++++++
>  1 file changed, 26 insertions(+)

Could you add a commit log along the lines of what we usually do?  (See
‘git log’ to get an idea.)

> +  (package
> +    (name "emacs-webpaste")
> +    (version "20180815.1855")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append
> +             "https://melpa.org/packages/webpaste-"
> +             version
> +             ".el"))

Since files on MELPA disappear or are modified in place, it’s safer to
take them from upstream repositories.  Could you send an updated patch
that fetches code from the github.com repo?

Thank you!

Ludo’.

  parent reply	other threads:[~2018-11-19 21:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-10 21:04 [bug#33338] [PATCH] gnu: Add emacs-webpaste Brett Gilio
     [not found] ` <handler.33338.B.154188391713669.ack@debbugs.gnu.org>
2018-11-10 21:08   ` [bug#33338] Acknowledgement ([PATCH] gnu: Add emacs-webpaste) Brett Gilio
2018-11-19 21:36 ` Ludovic Courtès [this message]
2018-11-24 21:02   ` [bug#33338] [PATCH] gnu: Add emacs-webpaste Brett Gilio
2018-11-25 10:07     ` Tobias Geerinckx-Rice
2018-11-25 15:52       ` Brett Gilio
2018-11-27 10:58   ` Ludovic Courtès
2020-12-11  7:34     ` bug#33338: " Arun Isaac

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

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

  git send-email \
    --in-reply-to=875zwsvjgf.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=33338@debbugs.gnu.org \
    --cc=brettg@posteo.net \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.