From a2e4e3489b4fdec6e270c93fcd9724abe983217e Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Mon, 24 Oct 2022 13:42:47 -0700 Subject: gnu: Various typo fixes. * gnu/packages/emacs-xyz.scm (emacs-popup-kill-ring)[description]: Fix very sneaky "This packages" variant. Thanks to nckhexen! * gnu/packages/bioinformatics.scm (r-icellnet)[description]: Fix use of "allows to". * gnu/packages/check.scm (python-pytest-freezegun)[description]: Ditto. * gnu/packages/linux.scm (tp-smapi-module)[description]: Ditto. * gnu/packages/mail.scm (procmail): Ditto. * gnu/packages/maths.scm (maxima): Ditto. * gnu/packages/samba.scm (wsdd)[description]: Ditto. * gnu/packages/ssh.scm (openssh): Ditto. --- gnu/packages/mail.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/mail.scm') diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 824a1d668d..c959d9ee0a 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -2556,7 +2556,7 @@ for a variety of mailbox formats such as mbox, mh and maildir. Incoming mail can be sorted into separate files/directories and arbitrary commands can be executed on mail arrival. Procmail is considered stable, but is no longer maintained.") - (license license:gpl2+))) ;; procmail allows to choose the + (license license:gpl2+))) ;; procmail allows choosing the ;; nonfree Artistic License 1.0 ;; as alternative to the GPL2+. ;; This option is not listed here. -- cgit v1.2.3