about summary refs log tree commit diff
path: root/pkgs/development/ruby-modules
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-25 04:20:00 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-25 14:13:50 +0000
commit0e276e262e64f1b07d094da1b82c11f5690473d1 (patch)
tree4af3e04216a5dd443ff1ea4da078262e97dcf2be /pkgs/development/ruby-modules
parentc15c0ffb0c51a25363997f76cad53f1020e86be5 (diff)
bundix: update homepage
(cherry picked from commit 42c6b58de0b5cac0e661874494cc86e101089b1e)
Diffstat (limited to 'pkgs/development/ruby-modules')
-rw-r--r--pkgs/development/ruby-modules/bundix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ruby-modules/bundix/default.nix b/pkgs/development/ruby-modules/bundix/default.nix
index 82dcca4e71a83..784144909a368 100644
--- a/pkgs/development/ruby-modules/bundix/default.nix
+++ b/pkgs/development/ruby-modules/bundix/default.nix
@@ -41,7 +41,7 @@ buildRubyGem rec {
       The output is then usable by the bundlerEnv derivation to list all the
       dependencies of a ruby package.
     '';
-    homepage = "https://github.com/manveru/bundix";
+    homepage = "https://github.com/nix-community/bundix";
     license = lib.licenses.mit;
     maintainers = with lib.maintainers; [ manveru marsam zimbatm ];
     platforms = lib.platforms.all;