Tomáš Čech <sleep_wal...@suse.cz> skribis: > * gnu/packages/version-control.scm (tig): New variable.
[...] > + (arguments > + `(#:phases > + (alist-delete 'check %standard-phases))) Rather “#:tests? #f” with a comment explaining why this is done (lack of test suite?). > + (synopsis "ncurses-based text-mode for GIT") “Ncurses-based text user interface for Git” > + (description > + "Tig is ncurses TUI for GIT, primary intended as history browser but can > +stage chunks for commit or colorize any GIT output.") A few typos: “Tig is an ncurses text user interface for Git, primarily intended as a history browser. It can also stage hunks for commit, or colorize the output of the 'git' command.” > + (license gpl2))) GPLv2-only? Could you send an updated patch? Thanks, Ludo’.