Skip to content

Commit 0e2410e

Browse files
committed
Change repo location
1 parent 244da63 commit 0e2410e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Diffcrypt
22

33
[![Gem Version](https://badge.fury.io/rb/diffcrypt.svg)](https://rubygems.org/gems/diffcrypt)
4-
[![CircleCI](https://circleci.com/gh/marcqualie/diffcrypt.svg?style=svg)](https://circleci.com/gh/marcqualie/diffcrypt)
4+
[![CircleCI](https://circleci.com/gh/diffcrypt/diffcrypt-ruby.svg?style=svg)](https://circleci.com/gh/diffcrypt/diffcrypt-ruby)
55

66

77
Diffable encrypted files that you can safely commit into your repo.
@@ -97,7 +97,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
9797

9898
## Contributing
9999

100-
Bug reports and pull requests are welcome on GitHub at https://github.com/marcqualie/diffcrypt.
100+
Bug reports and pull requests are welcome on GitHub at https://github.com/diffcrypt/diffcrypt-ruby.
101101

102102

103103

diffcrypt.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Gem::Specification.new do |spec|
1010

1111
spec.summary = 'Diffable encrypted configuration files'
1212
spec.description = 'Diffable encrypted configuration files that can be safely committed into a git repository'
13-
spec.homepage = 'https://github.com/marcqualie/diffcrypt'
13+
spec.homepage = 'https://github.com/diffcrypt/diffcrypt-ruby'
1414
spec.license = 'MIT'
1515
spec.required_ruby_version = Gem::Requirement.new('>= 2.6.0')
1616

1717
# spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
1818

1919
spec.metadata['homepage_uri'] = spec.homepage
20-
spec.metadata['source_code_uri'] = 'https://github.com/marcqualie/diffcrypt'
20+
spec.metadata['source_code_uri'] = 'https://github.com/diffcrypt/diffcrypt-ruby'
2121
# spec.metadata['changelog_uri'] = "TODO: Put your gem's CHANGELOG.md URL here."
2222

2323
# Specify which files should be added to the gem when it is released.

0 commit comments

Comments
 (0)