Skip to content

Commit

Permalink
global: inveniosoftware.org
Browse files Browse the repository at this point in the history
* Changes `invenio-software.org` to `inveniosoftware.org` to use the
  same dashless canonical ID everywhere (GitHub, Twitter, Web).

Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
  • Loading branch information
tiborsimko authored and jirikuncar committed Jun 29, 2016
1 parent 6480591 commit 6f5cf0a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ before_deploy:
deploy:
provider: npm
skip_cleanup: true
email: info@invenio-software.org
email: info@inveniosoftware.org
api_key:
secure: upp/8nZSEOVNtR89THu+Hz9OjoUH2jOI0pvH//YVZZ/e3DUVLqW9Qm4Cn7DGUNt2vsv3H7tvR6anC+Y9jaubZVbFnONSoPcS/WK1mLR/FnuXHGO4XOGLVOhTkn7/xPVOtePbkwyHOEDXJ0seK2j94AEkQeMeEfx1hHwtEGUGNWUcMZthQc6HPdtSI01nADdvLJ78vPERwUifIaGGBqnfOgTYq1pHK6Qc8ptuNlQZDUdDv79RCSpMCibOh8gT5HTRhDC8p8noPT5zl4AmvycCyLMZ03l6DBF2W4TbK8IrzdKtHjWUGS/dc6PD02OK9FGD2oI+W69PMwUlOvHlltiK+vOQUju7WwjkXcb1nXjNL01cXnAscezTtvQKGA8SuMu3JWN4KRnfO2v2e+Rhtrq5AumjUc19jpBNAKFQbzFmzyTm4q2lmLMnCXhLR/tLNBfe0jsF89L0ZBRbZ18ScCUC3jmZdpRED7H5irgwrGcPFNivRoubgOkoqbDFS/9Kd8X2ynMQjCu3GkQ4GZvZzIIBt5u5Fo+rh5ao3en9xBpxRou3vSqiy/EHfD5psG7WVevcd0QlTAGW2Bqm7pN6EgR3RBD/sU33R9eKYx7rqyBk4kqaQOF/4zPisnIJVRao09PsgPzKy8acz/5HKuGzQXjH8UGmKLoxGmChaLkcHKCsiGI=
on:
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cd gh-pages

# set the user to invenio-developer
git config user.name "invenio-developers"
git config user.email "info@invenio-software.org"
git config user.email "info@inveniosoftware.org"

# add and commit
git add .
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"author": {
"name": "CERN",
"email": "info@invenio-software.org"
"email": "info@inveniosoftware.org"
},
"license": "GPLv2",
"private": "true",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Invenio CSL client library for building the web UI.",
"author": {
"name": "CERN",
"email": "info@invenio-software.org"
"email": "info@inveniosoftware.org"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6f5cf0a

Please sign in to comment.