Hi, This patch LGTM except two minor comments. On Sat, 05 Nov 2022 at 12:45, Andy Tai wrote: > * gnu/packages/gnome.scm (gnome-terminator): Rename variable from > (terminator(: …this. Redefine using DEPRECATED-PACKAGE. --^ Here > +(define-public terminator > + (deprecated-package "terminator" gnome-terminator)) > + Incorrect indentation. Well, I noticed that it was also the case for other of your submissions. Maybe, give a look at your editor settings – if it is Emacs, the repository contains .dir-locals.el which implements the convention. Cheers, simon