guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: git-when-merged: Fix license.


From: Ludovic Courtès
Subject: 01/03: gnu: git-when-merged: Fix license.
Date: Mon, 19 Nov 2018 17:11:45 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 887437ee0e817fc1d464c79c9a95c2915b6ff7a3
Author: Ludovic Courtès <address@hidden>
Date:   Mon Nov 19 22:18:31 2018 +0100

    gnu: git-when-merged: Fix license.
    
    Reported by Mark H Weaver <address@hidden>.
    
    * gnu/packages/version-control.scm (git-when-merged)[license]: Change to
    GPL2+.
---
 gnu/packages/version-control.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index fd90513..e0ad624 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2330,4 +2330,4 @@ used to keep a folder in sync between computers.")
 @code{when-merged}, whose core operation is to find the merge that brought a
 given commit into the specified ref(s).  It has various options that control
 how information about the merge is displayed.")
-      (license license:gpl2))))
+      (license license:gpl2+))))



reply via email to

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