Skip to content

Commit

Permalink
Update author's name
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Apr 9, 2024
1 parent c9efe5b commit d0f9bb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions candle.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
spec.files = Dir['lib/**/*.rb', 'ext/candle/src/lib.rs', 'ext/candle/Cargo.toml', 'Cargo.toml', 'Cargo.lock',
'README.md']
spec.extensions = ['ext/candle/extconf.rb']
spec.authors = ['kojix2']
spec.email = ['[email protected]']
spec.homepage = 'https://github.com/kojix2/red-candle'
spec.authors = ['Christopher Petersen', 'kojix2']
spec.email = ['[email protected]', '[email protected]']
spec.homepage = 'https://github.com/assaydepot/red-candle'
spec.license = 'MIT'

spec.requirements = ['Rust >= 1.61']
Expand Down

0 comments on commit d0f9bb8

Please sign in to comment.