Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
RiotGames/berkshelf-api -> berkshelf/berkshelf-api
Browse files Browse the repository at this point in the history
  • Loading branch information
reset committed Nov 14, 2013
1 parent 21d77f1 commit 5beca9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Install the latest version of [Bundler](http://gembundler.com)

Clone the project

$ git clone git://github.com/RiotGames/berkshelf-api.git
$ git clone git://github.com/berkshelf/berkshelf-api.git

and run:

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Berkshelf::API
[![Gem Version](https://badge.fury.io/rb/berkshelf-api.png)](http://badge.fury.io/rb/berkshelf-api)
[![Build Status](https://secure.travis-ci.org/RiotGames/berkshelf-api.png?branch=master)](http://travis-ci.org/RiotGames/berkshelf-api)
[![Dependency Status](https://gemnasium.com/RiotGames/berkshelf-api.png?travis)](https://gemnasium.com/RiotGames/berkshelf-api)
[![Code Climate](https://codeclimate.com/github/RiotGames/berkshelf-api.png)](https://codeclimate.com/github/RiotGames/berkshelf-api)
[![Build Status](https://secure.travis-ci.org/berkshelf/berkshelf-api.png?branch=master)](http://travis-ci.org/berkshelf/berkshelf-api)
[![Dependency Status](https://gemnasium.com/berkshelf/berkshelf-api.png?travis)](https://gemnasium.com/berkshelf/berkshelf-api)
[![Code Climate](https://codeclimate.com/github/berkshelf/berkshelf-api.png)](https://codeclimate.com/github/berkshelf/berkshelf-api)

A server which indexes cookbooks from various sources and hosts it over a REST API

Expand Down Expand Up @@ -71,4 +71,4 @@ You may configure the endpoints to index by editing the JSON configuration file
* Jamie Winsor (<jamie@vialstudios.com>)
* Andrew Garson (<agarson@riotgames.com>)

Thank you to all of our [Contributors](https://github.com/RiotGames/berkshelf-api/graphs/contributors), testers, and users.
Thank you to all of our [Contributors](https://github.com/berkshelf/berkshelf-api/graphs/contributors), testers, and users.
2 changes: 1 addition & 1 deletion berkshelf-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.email = ["jamie@vialstudios.com", "agarson@riotgames"]
spec.description = %q{Berkshelf dependency API server}
spec.summary = %q{A server which indexes cookbooks from various sources and hosts it over a REST API}
spec.homepage = "https://github.com/RiotGames/berkshelf-api"
spec.homepage = "https://github.com/berkshelf/berkshelf-api"
spec.license = "Apache 2.0"

spec.files = `git ls-files`.split($/)
Expand Down

0 comments on commit 5beca9c

Please sign in to comment.