Merge pull request #78265 from Synthetica9/https-homepages

treewide: fix redirected urls
This commit is contained in:
Silvan Mosberger
2020-01-27 15:00:53 +01:00
committed by GitHub
77 changed files with 92 additions and 92 deletions

View File

@@ -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 = {