guix-patches
[Top][All Lists]
Advanced

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

[bug#33338] [PATCH] gnu: Add emacs-webpaste


From: Ludovic Courtès
Subject: [bug#33338] [PATCH] gnu: Add emacs-webpaste
Date: Mon, 19 Nov 2018 22:36:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi Brett, and sorry for the delay!

Brett Gilio <address@hidden> 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’.





reply via email to

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