1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-09 20:38:53 +02:00

gnu: libffcall: Correct license field.

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

* gnu/packages/libffcall.scm (libffcall): Change license to gpl2+.
This commit is contained in:
Mark H Weaver
2015-02-04 04:31:40 -05:00
parent f5844fde7d
commit 6a070700df
+1 -1
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+)))