Hi Brett, and sorry for the delay!
Brett Gilio <brettg@posteo.net> skribis:
Toggle quote (4 lines)
> ---> 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.)
Toggle quote (11 lines)
> + (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 totake them from upstream repositories. Could you send an updated patchthat fetches code from the github.com repo?
Thank you!
Ludo’.