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+.
This commit is contained in:
Ludovic Courtès 2018-11-19 22:18:31 +01:00
parent 4db71841ee
commit 887437ee0e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2330,4 +2330,4 @@ (define-public git-when-merged
@code{when-merged}, whose core operation is to find the merge that brought a @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 given commit into the specified ref(s). It has various options that control
how information about the merge is displayed.") how information about the merge is displayed.")
(license license:gpl2)))) (license license:gpl2+))))