summary refs log tree commit diff
path: root/pkgs/development/lua-modules
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-29 08:45:59 +0800
committerGitHub <noreply@github.com>2021-12-29 08:45:59 +0800
commit628667196722a1282c77e31a446587e18aaafc54 (patch)
tree33c7eace09df247bdbe634d37c2503759c3b5ac8 /pkgs/development/lua-modules
parenta0bf6b28dff054b4d95f28ff7e2d7b99b60aa027 (diff)
parent8ee0a5f4bfbbca6268d38b58320d858d5c227bb8 (diff)
downloadnixpkgs-628667196722a1282c77e31a446587e18aaafc54.tar
nixpkgs-628667196722a1282c77e31a446587e18aaafc54.tar.gz
nixpkgs-628667196722a1282c77e31a446587e18aaafc54.tar.bz2
nixpkgs-628667196722a1282c77e31a446587e18aaafc54.tar.lz
nixpkgs-628667196722a1282c77e31a446587e18aaafc54.tar.xz
nixpkgs-628667196722a1282c77e31a446587e18aaafc54.tar.zst
nixpkgs-628667196722a1282c77e31a446587e18aaafc54.zip
Merge pull request #152497 from jonringer/update-luaPackages.lgi-homepage
luaPackages.lgi: update homepage
Diffstat (limited to 'pkgs/development/lua-modules')
-rw-r--r--pkgs/development/lua-modules/generated-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/lua-modules/generated-packages.nix b/pkgs/development/lua-modules/generated-packages.nix
index 45a4801a73b..c4442f1fd79 100644
--- a/pkgs/development/lua-modules/generated-packages.nix
+++ b/pkgs/development/lua-modules/generated-packages.nix
@@ -605,7 +605,7 @@ buildLuarocksPackage {
   propagatedBuildInputs = [ lua ];
 
   meta = {
-    homepage = "http://github.com/pavouk/lgi";
+    homepage = "https://github.com/pavouk/lgi";
     description = "Lua bindings to GObject libraries";
     license.fullName = "MIT/X11";
   };