diff --git a/bower.json b/bower.json index e63962c..941fd91 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "HopGlass", + "name": "ffrgb/meshviewer", "ignore": [ "node_modules", "bower_components", diff --git a/lib/about.js b/lib/about.js index 2a20ae5..f888de1 100644 --- a/lib/about.js +++ b/lib/about.js @@ -29,8 +29,14 @@ define(function () { s += "https://www.gnu.org/licenses/.
"; s += "The source code is available at "; + s += ""; + s += "https://github.com/ffrgb/meshviewer."; + + s += "
Forked and based on "; + s += ""; + s += "https://github.com/ffnord/meshviewer and "; s += ""; - s += "https://github.com/plumpudding/hopglass."; + s += "https://github.com/plumpudding/hopglass.
"; el.innerHTML = s; }; diff --git a/package.json b/package.json index 2ffe259..2d61e7e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "hopglass", + "name": "ffrgb/meshviewer", "scripts": { "test": "node -e \"require('grunt').cli()\" '' clean lint" },