bundler: update GitHub owner name

This commit is contained in:
Sigmanificient
2026-04-30 02:29:41 +02:00
parent b0eda90855
commit 10b49e8b52
+1 -1
View File
@@ -34,7 +34,7 @@ buildRubyGem rec {
meta = {
description = "Manage your Ruby application's gem dependencies";
homepage = "https://bundler.io";
changelog = "https://github.com/rubygems/rubygems/blob/bundler-v${version}/bundler/CHANGELOG.md";
changelog = "https://github.com/ruby/rubygems/blob/bundler-v${version}/bundler/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
anthonyroussel