Skip to content

Commit

Permalink
EDRLab migration to Readium Foundation, see #1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Aug 30, 2018
1 parent 970ef2f commit ff004fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2017, EDRLab
Copyright (c) 2018, Readium Foundation
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/edrlab/r2-shared-js.git"
"url": "git+https://github.com/readium/r2-shared-js.git"
},
"author": {
"name": "EDRLab",
"organization": "EDRLab",
"url": "http://github.com/edrlab/"
"name": "Readium Foundation",
"organization": "Readium Foundation",
"url": "http://github.com/readium/"
},
"license": "BSD-3-Clause",
"licenses": [
Expand All @@ -42,9 +42,9 @@
}
],
"bugs": {
"url": "https://github.com/edrlab/r2-shared-js/issues"
"url": "https://github.com/readium/r2-shared-js/issues"
},
"homepage": "https://github.com/edrlab/r2-shared-js",
"homepage": "https://github.com/readium/r2-shared-js",
"dependencies": {
"debug": "^3.1.0",
"image-size": "^0.6.3",
Expand Down
2 changes: 1 addition & 1 deletion tools/gitrev.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ try {
if (branch.indexOf(detached) === 0) {
branch = branch.substr(detached.length);
}
const gitUrlBase = "https://github.com/edrlab/r2-shared-js/";
const gitUrlBase = "https://github.com/readium/r2-shared-js/";
json = {
"short": git.short(),
"long": git.long(),
Expand Down

0 comments on commit ff004fb

Please sign in to comment.