Skip to content
This repository was archived by the owner on Jul 20, 2018. It is now read-only.

Commit 485fb8f

Browse files
committed
Rename GitHub organization from iojs to nodejs.
1 parent 8bddc38 commit 485fb8f

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

1.8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM buildpack-deps:jessie
22

3-
# gpg keys listed at https://github.com/iojs/io.js
3+
# gpg keys listed at https://github.com/nodejs/io.js
44
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
55
9554F04D7259F04124DE6B476D5A82AC7E37093B \
66
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \

1.8/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM buildpack-deps:jessie-curl
22

3-
# gpg keys listed at https://github.com/iojs/io.js
3+
# gpg keys listed at https://github.com/nodejs/io.js
44
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
55
9554F04D7259F04124DE6B476D5A82AC7E37093B \
66
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \

2.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM buildpack-deps:jessie
22

3-
# gpg keys listed at https://github.com/iojs/io.js
3+
# gpg keys listed at https://github.com/nodejs/io.js
44
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
55
9554F04D7259F04124DE6B476D5A82AC7E37093B \
66
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \

2.0/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM buildpack-deps:jessie-curl
22

3-
# gpg keys listed at https://github.com/iojs/io.js
3+
# gpg keys listed at https://github.com/nodejs/io.js
44
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
55
9554F04D7259F04124DE6B476D5A82AC7E37093B \
66
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \

GOVERNANCE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For the current list of WG members, see the project
1919

2020
## Collaborators
2121

22-
The [iojs/docker-iojs](https://github.com/iojs/docker-iojs) GitHub repository is
22+
The [iojs/docker-iojs](https://github.com/nodejs/docker-iojs) GitHub repository is
2323
maintained by the WG and additional Collaborators who are added by the
2424
WG on an ongoing basis.
2525

@@ -67,7 +67,7 @@ The WG may add additional members to the WG by unanimous consensus.
6767

6868
A WG member may be removed from the WG by voluntary resignation, or by
6969
unanimous consensus of all other WG members in an issue or pull request
70-
on the [iojs/docker-iojs](https://github.com/iojs/docker-iojs) repository
70+
on the [iojs/docker-iojs](https://github.com/nodejs/docker-iojs) repository
7171

7272
No more than 1/3 of the WG members may be affiliated with the same
7373
employer. If removal or resignation of a WG member, or a change of
@@ -79,7 +79,7 @@ members affiliated with the over-represented employer(s).
7979
## WG Meetings
8080

8181
This working group does not meet. All discussions and decisions happen
82-
in the [iojs/docker-iojs](https://github.com/iojs/docker-iojs) repository
82+
in the [iojs/docker-iojs](https://github.com/nodejs/docker-iojs) repository
8383
in issues and pull requests. Items can be flagged as needing a board
8484
decision by **WG-agenda** tag to the issue.
8585

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![dockeri.co](http://dockeri.co/image/_/iojs)](https://registry.hub.docker.com/_/iojs/)
44

5-
[![GitHub issues](https://img.shields.io/github/issues/iojs/docker-iojs.svg "GitHub issues")](https://github.com/iojs/docker-iojs)
6-
[![GitHub stars](https://img.shields.io/github/stars/iojs/docker-iojs.svg "GitHub stars")](https://github.com/iojs/docker-iojs)
5+
[![GitHub issues](https://img.shields.io/github/issues/nodejs/docker-iojs.svg "GitHub issues")](https://github.com/nodejs/docker-iojs)
6+
[![GitHub stars](https://img.shields.io/github/stars/nodejs/docker-iojs.svg "GitHub stars")](https://github.com/nodejs/docker-iojs)
77

88
The official iojs docker image, made with love by the iojs community.
99

@@ -84,9 +84,9 @@ repository.
8484

8585
# License
8686

87-
[License information](https://github.com/iojs/io.js/blob/master/LICENSE) for
87+
[License information](https://github.com/nodejs/io.js/blob/master/LICENSE) for
8888
the software contained in this image. [License
89-
information](https://github.com/iojs/docker-iojs/blob/master/LICENSE) for the
89+
information](https://github.com/nodejs/docker-iojs/blob/master/LICENSE) for the
9090
io.js Docker project.
9191

9292
# Supported Docker versions

generate-stackbrew-library.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
1111

1212
versions=( */ )
1313
versions=( "${versions[@]%/}" )
14-
url='git://github.com/iojs/docker-iojs'
14+
url='git://github.com/nodejs/docker-iojs'
1515

16-
echo '# maintainer: io.js Docker team <https://github.com/iojs/docker-iojs> (@iojs)'
16+
echo '# maintainer: io.js Docker team <https://github.com/nodejs/docker-iojs> (@iojs)'
1717

1818
for version in "${versions[@]}"; do
1919
commit="$(git log -1 --format='format:%H' -- "$version")"

0 commit comments

Comments
 (0)