Skip to content

Commit 47e3efd

Browse files
author
Aaron Chambers
committed
Merge pull request #14 from achambers/update-url
Update repo url
2 parents ae39443 + 64a045a commit 47e3efd

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#### Community Contributions
22

3-
- [#1](https://github.com/zapnito/ember-cli-deploy-s3/pull/1) Upload to s3 [@achambers](https://github.com/achambers)
4-
- [#2](https://github.com/zapnito/ember-cli-deploy-s3/pull/2) Indicate to ember-cli that this addon should be "before" redis [@lukemelia](https://github.com/lukemelia)
5-
- [#3](https://github.com/zapnito/ember-cli-deploy-s3/pull/3) Support for working with a gzip plugin. [@lukemelia](https://github.com/lukemelia)
6-
- [#4](https://github.com/zapnito/ember-cli-deploy-s3/pull/4) Include svg and webfonts in default filepattern [@lukemelia](https://github.com/lukemelia)
7-
- [#5](https://github.com/zapnito/ember-cli-deploy-s3/pull/5) Log with a nice checkmark and the target S3 key [@lukemelia](https://github.com/lukemelia)
8-
- [#6](https://github.com/zapnito/ember-cli-deploy-s3/pull/6) Manifest support [@lukemelia](https://github.com/lukemelia)
9-
- [#7](https://github.com/zapnito/ember-cli-deploy-s3/pull/7) Restructure to make more things pull from config, and use ember-cli-deploy-plugin base class [@lukemelia](https://github.com/lukemelia)
10-
- [#10](https://github.com/zapnito/ember-cli-deploy-s3/pull/10) Updated README for 0.5.0 [@achambers](https://github.com/achambers)
3+
- [#1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/1) Upload to s3 [@achambers](https://github.com/achambers)
4+
- [#2](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/2) Indicate to ember-cli that this addon should be "before" redis [@lukemelia](https://github.com/lukemelia)
5+
- [#3](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/3) Support for working with a gzip plugin. [@lukemelia](https://github.com/lukemelia)
6+
- [#4](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/4) Include svg and webfonts in default filepattern [@lukemelia](https://github.com/lukemelia)
7+
- [#5](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/5) Log with a nice checkmark and the target S3 key [@lukemelia](https://github.com/lukemelia)
8+
- [#6](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/6) Manifest support [@lukemelia](https://github.com/lukemelia)
9+
- [#7](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/7) Restructure to make more things pull from config, and use ember-cli-deploy-plugin base class [@lukemelia](https://github.com/lukemelia)
10+
- [#10](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/10) Updated README for 0.5.0 [@achambers](https://github.com/achambers)
1111

1212
Thank you to all who took the time to contribute!

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,6 @@ The following properties are expected to be present on the deployment `context`
155155
- `npm test`
156156

157157
[1]: http://ember-cli.github.io/ember-cli-deploy/plugins "Plugin Documentation"
158-
[2]: https://github.com/zapnito/ember-cli-deploy-build "ember-cli-deploy-build"
158+
[2]: https://github.com/ember-cli-deploy/ember-cli-deploy-build "ember-cli-deploy-build"
159159
[3]: https://github.com/lukemelia/ember-cli-deploy-gzip "ember-cli-deploy-gzip"
160160
[4]: https://github.com/lukemelia/ember-cli-deploy-manifest "ember-cli-deploy-manifest"

bin/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var github = new GitHubApi({version: '3.0.0'});
2020
var compareCommits = Promise.denodeify(github.repos.compareCommits);
2121
var currentVersion = 'v' + require('../package').version;
2222

23-
var user = 'zapnito';
23+
var user = 'ember-cli-deploy';
2424
var repo = 'ember-cli-deploy-s3';
2525

2626
compareCommits({

0 commit comments

Comments
 (0)