Hi Jonathan, Jonathan Frederickson skribis: > * gnu/packages/emacs-xyz.scm: (emacs-xterm-color) new variable. [...] > + (uri (string-append > + "https://melpa.org/packages/xterm-color-" > + version > + ".el")) melpa.org URLs are not stable: files get modified in place. For that reason, we usually refer directly to upstream VCS repositories. Could you modify the patch accordingly? > + (synopsis "ANSI & xterm-256 color text property translator for Emacs") > + (description "@code{xterm-color.el} is an ANSI control sequence to text-property translator") Please add a period at the end of the sentence. :-) Thank you, Ludo’.