[TASK] Change source url
This commit is contained in:
parent
426d52d0d6
commit
f716966eaa
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "HopGlass",
|
"name": "ffrgb/meshviewer",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"bower_components",
|
"bower_components",
|
||||||
|
@ -29,8 +29,14 @@ define(function () {
|
|||||||
s += "https://www.gnu.org/licenses/</a>.</p>";
|
s += "https://www.gnu.org/licenses/</a>.</p>";
|
||||||
|
|
||||||
s += "<p>The source code is available at ";
|
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 += "<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;
|
el.innerHTML = s;
|
||||||
};
|
};
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "hopglass",
|
"name": "ffrgb/meshviewer",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node -e \"require('grunt').cli()\" '' clean lint"
|
"test": "node -e \"require('grunt').cli()\" '' clean lint"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user