guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: stow: Update license information.


From: guix-commits
Subject: 01/01: gnu: stow: Update license information.
Date: Sat, 29 Jun 2019 14:23:45 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit bdb51ed6d16c8fb3f934991f991ca44fdbac715e
Author: Efraim Flashner <address@hidden>
Date:   Sat Jun 29 21:18:50 2019 +0300

    gnu: stow: Update license information.
    
    * gnu/packages/package-management.scm (stow)[license]: Update to gpl3+.
---
 gnu/packages/package-management.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index e4820f4..ca360b3 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -494,7 +494,7 @@ of data and makes them appear to be merged into the same 
directory.  It is
 typically used for managing software packages installed from source, by
 letting you install them apart in distinct directories and then create
 symlinks to the files in a common directory such as /usr/local.")
-    (license license:gpl2+)))
+    (license license:gpl3+)))
 
 (define-public rpm
   (package



reply via email to

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