summary refs log tree commit diff
path: root/pkgs/development/lua-modules
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2020-01-27 15:00:53 +0100
committerGitHub <noreply@github.com>2020-01-27 15:00:53 +0100
commit80a2740991113c94c4b86fca5c7c628900b14da0 (patch)
treec5f2f4e59c7304ea4acf375dbc1f973b96506ef0 /pkgs/development/lua-modules
parent36da345caa1e4185f62758016c7eaf88d04e8066 (diff)
parent593e11fd944ce961ecf5425c3540df09e4f52265 (diff)
downloadnixpkgs-80a2740991113c94c4b86fca5c7c628900b14da0.tar
nixpkgs-80a2740991113c94c4b86fca5c7c628900b14da0.tar.gz
nixpkgs-80a2740991113c94c4b86fca5c7c628900b14da0.tar.bz2
nixpkgs-80a2740991113c94c4b86fca5c7c628900b14da0.tar.lz
nixpkgs-80a2740991113c94c4b86fca5c7c628900b14da0.tar.xz
nixpkgs-80a2740991113c94c4b86fca5c7c628900b14da0.tar.zst
nixpkgs-80a2740991113c94c4b86fca5c7c628900b14da0.zip
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
Diffstat (limited to 'pkgs/development/lua-modules')
-rw-r--r--pkgs/development/lua-modules/generated-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/lua-modules/generated-packages.nix b/pkgs/development/lua-modules/generated-packages.nix
index 9afd8ab6a6e..d95ce128b73 100644
--- a/pkgs/development/lua-modules/generated-packages.nix
+++ b/pkgs/development/lua-modules/generated-packages.nix
@@ -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 = {