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+.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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 @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+))))