guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-password-store: Fix license.


From: guix-commits
Subject: branch master updated: gnu: emacs-password-store: Fix license.
Date: Mon, 10 Oct 2022 12:29:51 -0400

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f0a6aafa22 gnu: emacs-password-store: Fix license.
f0a6aafa22 is described below

commit f0a6aafa22c2e7c7f33786dd7de7083a64401d01
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Oct 10 18:28:37 2022 +0200

    gnu: emacs-password-store: Fix license.
    
    * gnu/packages/emacs-xyz.scm (emacs-password-store)[license]: Set to 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 576e4f18a7..7badedbd0a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18949,7 +18949,7 @@ close, copy, cut, paste, undo, redo.")
       (description
        "This package provides functions for working with pass (\"the
 standard Unix password manager\").")
-      (license license:gpl2+))))
+      (license license:gpl3+))))
 
 (define-public emacs-password-store-otp
   (package



reply via email to

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