civodul pushed a commit to branch master
in repository guix.
commit 887437ee0e817fc1d464c79c9a95c2915b6ff7a3
Author: Ludovic Courtès <[email protected]>
Date: Mon Nov 19 22:18:31 2018 +0100
gnu: git-when-merged: Fix license.
Reported by Mark H Weaver <[email protected]>.
* 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+))))