Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
This commit is contained in:
@@ -1224,7 +1224,7 @@ luautf8 = buildLuarocksPackage {
|
||||
propagatedBuildInputs = [ lua ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://github.com/starwing/luautf8";
|
||||
homepage = "https://github.com/starwing/luautf8";
|
||||
description = "A UTF-8 support module for Lua";
|
||||
maintainers = with maintainers; [ pstn ];
|
||||
license = {
|
||||
@@ -1263,7 +1263,7 @@ lua-yajl = buildLuarocksPackage {
|
||||
propagatedBuildInputs = [ lua ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://github.com/brimworks/lua-yajl";
|
||||
homepage = "https://github.com/brimworks/lua-yajl";
|
||||
description = "Integrate the yajl JSON library with Lua.";
|
||||
maintainers = with maintainers; [ pstn ];
|
||||
license = {
|
||||
|
||||
Reference in New Issue
Block a user