Skip to content

Commit cc75d55

Browse files
committed
1 parent da4868a commit cc75d55

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,13 @@ File structure:
117117

118118
## Contributing
119119

120-
Bug reports and pull requests are welcome on [Disroot][disroot].
120+
Bug reports and pull requests are welcome on [GitHub][github].
121121

122122
Other links:
123123

124124
* [RubyGems](https://rubygems.org/gems/gettextpo)
125-
* [GitHub repository](https://github.com/gemmaro/ruby-gettextpo)
126125

127-
[disroot]: https://git.disroot.org/gemmaro/ruby-gettextpo
126+
[github]: https://github.com/ruby-gettext/gettextpo
128127

129128
## License
130129

gettextpo.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Gem::Specification.new do |spec|
2525

2626
spec.summary = "GNU gettext PO file parser library"
2727
spec.description = "This gem is a Ruby library for the GNU gettext PO files. This is a C binding of the libgettextpo library, which is part of the GNU gettext package."
28-
spec.homepage = "https://git.disroot.org/gemmaro/ruby-gettextpo"
28+
spec.homepage = "https://github.com/ruby-gettext/gettextpo"
2929
spec.license = "GPL-3.0-or-later" # https://spdx.org/licenses/
3030
spec.required_ruby_version = ">= 3.1.0"
3131
spec.requirements << 'libgettextpo'
3232

3333
spec.metadata["homepage_uri"] = spec.homepage
34-
spec.metadata["source_code_uri"] = "https://git.disroot.org/gemmaro/ruby-gettextpo.git"
34+
spec.metadata["source_code_uri"] = spec.homepage
3535

3636
spec.files = [
3737
'COPYING', 'Gemfile', 'Rakefile', 'mrblib/mrb_gettextpo_common.rb',

mrbgem.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ MRuby::Gem::Specification.new('mruby-gettextpo') do |spec|
1818
spec.authors = 'gemmaro'
1919
spec.summary = 'GNU gettext PO parser for mruby'
2020
spec.version = '0.1.0'
21-
spec.homepage = 'https://git.disroot.org/gemmaro/ruby-gettextpo'
21+
spec.homepage = 'https://github.com/ruby-gettext/gettextpo'
2222
spec.linker.libraries << 'gettextpo'
2323
spec.add_test_dependency 'mruby-io'
2424
end

0 commit comments

Comments
 (0)