guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cutecom: Fix the license.


From: guix-commits
Subject: branch master updated: gnu: cutecom: Fix the license.
Date: Tue, 28 Jan 2025 23:12:25 -0500

This is an automated email from the git hooks/post-receive script.

avp pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a488039848 gnu: cutecom: Fix the license.
a488039848 is described below

commit a488039848690c635639231027056f8d5f6068d1
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Wed Jan 29 07:11:58 2025 +0300

    gnu: cutecom: Fix the license.
    
    * gnu/packages/engineering.scm (cutecom) [license]: Set to gpl3+.
    
    Change-Id: Ifc2c1581b8adad42d5452728ca66c53efc901139
---
 gnu/packages/engineering.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 4bbfdb81ed..ba8242ba12 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -200,7 +200,7 @@
      "@code{cutecom} is a graphical serial terminal, like @code{minicom}.  It 
is
 aimed mainly at hardware developers or other people who need a terminal to 
talk to
 their devices.")
-    (license license:gpl3)))
+    (license license:gpl3+)))
 
 (define-public librecad
   (package



reply via email to

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