Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 615734f

Browse files
committed
Add funding URI to gemspec
1 parent f728f60 commit 615734f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

git-pkgs.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
1717
spec.metadata["homepage_uri"] = spec.homepage
1818
spec.metadata["source_code_uri"] = spec.homepage
1919
spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/main/CHANGELOG.md"
20+
spec.metadata["funding_uri"] = "https://github.com/sponsors/andrew"
2021

2122
gemspec = File.basename(__FILE__)
2223
spec.files = IO.popen(%w[git ls-files -z], chdir: __dir__, err: IO::NULL) do |ls|

0 commit comments

Comments
 (0)