diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-08 01:42:24 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-08 05:01:42 +0100 |
commit | 0386cdd373432f9492266c9b7b95049bcc5a8181 (patch) | |
tree | b66f007a2c377777a701b2ba37c1b6d68bafcf5f /gnu/packages/lua.scm | |
parent | a093bb69679f7128a0f930ea825a4babe88ca100 (diff) | |
download | patches-0386cdd373432f9492266c9b7b95049bcc5a8181.tar patches-0386cdd373432f9492266c9b7b95049bcc5a8181.tar.gz |
gnu: luajit, lua5.x-bitop: Use HTTPS home pages.
* gnu/packages/lua.scm (luajit, make-lua-bitop)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/lua.scm')
-rw-r--r-- | gnu/packages/lua.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 5592b96937..6a1e62418c 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm @@ -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 |