guix-commits
[Top][All Lists]
Advanced

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

06/14: gnu: emacs-autocrypt: Fix license.


From: guix-commits
Subject: 06/14: gnu: emacs-autocrypt: Fix license.
Date: Thu, 30 Mar 2023 06:22:30 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 25bf82352138eae8e72dbeb4d9084e2b87097f78
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Mar 30 11:45:13 2023 +0200

    gnu: emacs-autocrypt: Fix license.
    
    * gnu/packages/emacs-xyz.scm (emacs-autocrypt)[license]: Use GPL3+.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 79a3aecf5a..fdbdac84e1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15670,7 +15670,7 @@ extensibility.")
 Autocrypt (@url{https://autocrypt.org/}) for various Emacs MUAs,
 a cryptographic protocol for email clients aiming to simplify key exchange and
 encryption.")
-      (license license:cc0))))
+      (license license:gpl3+))))
 
 (define-public emacs-nginx-mode
   (package



reply via email to

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