guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/20: gnu: nerd-dictation: Fix license.


From: guix-commits
Subject: 20/20: gnu: nerd-dictation: Fix license.
Date: Sun, 16 Apr 2023 09:51:42 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9a5e1dc1f16f5f8c056e64f2077b035784003673
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Apr 16 15:42:14 2023 +0200

    gnu: nerd-dictation: Fix license.
    
    * gnu/packages/machine-learning.scm (nerd-dictation)[license]: Set to GPL2+.
---
 gnu/packages/machine-learning.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 0d124dc0b2..d8083f5de6 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -3875,7 +3875,7 @@ The user configuration lets you manipulate text using 
Python string
 operations.  It has zero overhead, as this relies on manual activation and
 there are no background processes.  Dictation is accessed manually with
 @code{nerd-dictation begin} and @code{nerd-dictation end} commands.")
-      (license license:gpl3+))))
+      (license license:gpl2+))))
 
 (define-public nerd-dictation/wayland
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]