diff options
Diffstat (limited to 'gnu/packages/libffi.scm')
-rw-r--r-- | gnu/packages/libffi.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/libffi.scm b/gnu/packages/libffi.scm index 83af7fde68..13938f7ee8 100644 --- a/gnu/packages/libffi.scm +++ b/gnu/packages/libffi.scm @@ -62,6 +62,6 @@ function interface. A layer must exist above libffi that handles type conversions for values passed between the two languages.") (home-page "http://sources.redhat.com/libffi/") - ;; See <http://github.com/atgreen/libffi/blob/master/LICENSE>. + ;; See <https://github.com/atgreen/libffi/blob/master/LICENSE>. (license expat)))) |