1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-12 22:14:06 +02:00

gnu: libffcall: Set source file-name.

* gnu/packages/libffcall.scm (libffcall)[source]: Add file-name field.
[home-page]: Use https.
This commit is contained in:
Efraim Flashner
2017-03-22 22:36:04 +02:00
parent 359e9c4215
commit 283f04b053
+2 -1
View File
@@ -36,6 +36,7 @@
":pserver:anonymous@cvs.savannah.gnu.org:/sources/libffcall")
(module "ffcall")
(revision "2015-01-15")))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"1lwdskc2w4rr98x9flr2726lmj4190l16r0izg7gqxy50801wwgd"))))
@@ -45,5 +46,5 @@
(description
"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/")
(home-page "https://www.gnu.org/software/libffcall/")
(license l:gpl2+)))