diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-11-19 22:18:31 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-11-19 23:11:38 +0100 |
commit | 887437ee0e817fc1d464c79c9a95c2915b6ff7a3 (patch) | |
tree | bbc65546a58d6d3f13bc965731771b149a93108e /gnu | |
parent | 4db71841ee3f3423a9174bcfcd23464eb17dc4e6 (diff) | |
download | guix-887437ee0e817fc1d464c79c9a95c2915b6ff7a3.tar guix-887437ee0e817fc1d464c79c9a95c2915b6ff7a3.tar.gz |
gnu: git-when-merged: Fix license.
Reported by Mark H Weaver <mhw@netris.org>.
* gnu/packages/version-control.scm (git-when-merged)[license]: Change to
GPL2+.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/version-control.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index fd90513000..e0ad6248a5 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+)))) |