gnu: luajit, lua5.x-bitop: Use HTTPS home pages.

* gnu/packages/lua.scm (luajit, make-lua-bitop)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2018-02-08 01:42:24 +01:00
parent a093bb6967
commit 0386cdd373
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ for configuration, scripting, and rapid prototyping.")
,name)
#t)))))
#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))))
(home-page "http://www.luajit.org/")
(home-page "https://www.luajit.org/")
(synopsis "Just in time compiler for Lua programming language version 5.1")
(description
"LuaJIT is a Just-In-Time Compiler (JIT) for the Lua
@ -436,7 +436,7 @@ Grammars (PEGs).")
(modify-phases %standard-phases
(delete 'configure))))
(inputs `(("lua", lua)))
(home-page "http://bitop.luajit.org/index.html")
(home-page "https://bitop.luajit.org/index.html")
(synopsis "Bitwise operations on numbers for Lua")
(description
"Lua BitOp is a C extension module for Lua which adds bitwise operations