gnu: libffcall: Correct license field.

Suggested by Ludovic Courtès <ludo@gnu.org>.

* gnu/packages/libffcall.scm (libffcall): Change license to gpl2+.
master
Mark H Weaver 2015-02-04 04:31:40 -05:00
parent f5844fde7d
commit 6a070700df
1 changed files with 1 additions and 1 deletions

View File

@ -46,4 +46,4 @@
"GNU Libffcall is a collection of libraries that can be used to build
foreign function call interfaces in embedded interpreters.")
(home-page "http://www.gnu.org/software/libffcall/")
(license l:gpl2)))
(license l:gpl2+)))