mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +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:
parent
f5844fde7d
commit
6a070700df
1 changed files with 1 additions and 1 deletions
|
@ -46,4 +46,4 @@
|
||||||
"GNU Libffcall is a collection of libraries that can be used to build
|
"GNU Libffcall is a collection of libraries that can be used to build
|
||||||
foreign function call interfaces in embedded interpreters.")
|
foreign function call interfaces in embedded interpreters.")
|
||||||
(home-page "http://www.gnu.org/software/libffcall/")
|
(home-page "http://www.gnu.org/software/libffcall/")
|
||||||
(license l:gpl2)))
|
(license l:gpl2+)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue