Skip to content

Commit f651b70

Browse files
committed
Transfer repo to Nicos personal github account
1 parent ec9400d commit f651b70

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bundle exec rake
2121
You can also install the project on your machine:
2222

2323
```
24-
git clone https://github.com/orbit-love/notion-ruby-client.git
24+
git clone https://github.com/phacks/notion-ruby-client.git
2525
cd notion-ruby-client
2626
# if you do not have bundler installed already, run
2727
# $ gem install bundle

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Notion Ruby Client
22

33
[![Gem Version](https://badge.fury.io/rb/notion-ruby-client.svg)](http://badge.fury.io/rb/notion-ruby-client)
4-
[![CI workflow badge](https://github.com/orbit-love/notion-ruby-client/actions/workflows/ci.yml/badge.svg)](https://github.com/orbit-love/notion-ruby-client/actions/workflows/ci.yml)
4+
[![CI workflow badge](https://github.com/phacks/notion-ruby-client/actions/workflows/ci.yml/badge.svg)](https://github.com/phacks/notion-ruby-client/actions/workflows/ci.yml)
55

66
A Ruby client for the Notion API.
77

notion-ruby-client.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Gem::Specification.new do |s|
66
s.name = 'notion-ruby-client'
77
s.version = Notion::VERSION
88
s.authors = ['Nicolas Goutay']
9-
s.email = 'nicolas@orbit.love'
9+
s.email = 'nicolas[email protected]'
1010
s.platform = Gem::Platform::RUBY
1111
s.required_rubygems_version = '>= 1.3.6'
1212
s.files = `git ls-files`.split("\n")
1313
s.test_files = `git ls-files -- spec/*`.split("\n")
1414
s.require_paths = ['lib']
15-
s.homepage = 'http://github.com/orbit-love/notion-ruby-client'
15+
s.homepage = 'http://github.com/phacks/notion-ruby-client'
1616
s.licenses = ['MIT']
1717
s.summary = 'Notion API client for Ruby.'
1818
s.add_dependency 'faraday', '>= 2.0'

0 commit comments

Comments
 (0)