[TASK] Change source url

This commit is contained in:
Xaver Maierhofer 2016-05-22 23:09:46 +02:00
parent 426d52d0d6
commit f716966eaa
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"name": "HopGlass",
"name": "ffrgb/meshviewer",
"ignore": [
"node_modules",
"bower_components",

View File

@ -29,8 +29,14 @@ define(function () {
s += "https://www.gnu.org/licenses/</a>.</p>";
s += "<p>The source code is available at ";
s += "<a href=\"https://github.com/ffrgb/meshviewer\">";
s += "https://github.com/ffrgb/meshviewer</a>.";
s += "<p>Forked and based on ";
s += "<a href=\"https://github.com/ffnord/meshviewer\">";
s += "https://github.com/ffnord/meshviewer</a> and ";
s += "<a href=\"https://github.com/plumpudding/hopglass\">";
s += "https://github.com/plumpudding/hopglass</a>.";
s += "https://github.com/plumpudding/hopglass</a>.</p>";
el.innerHTML = s;
};

View File

@ -1,5 +1,5 @@
{
"name": "hopglass",
"name": "ffrgb/meshviewer",
"scripts": {
"test": "node -e \"require('grunt').cli()\" '' clean lint"
},