Skip to content
Snippets Groups Projects
Commit f716966e authored by Xaver Maierhofer's avatar Xaver Maierhofer
Browse files

[TASK] Change source url

parent 426d52d0
No related branches found
No related tags found
No related merge requests found
{
"name": "HopGlass",
"name": "ffrgb/meshviewer",
"ignore": [
"node_modules",
"bower_components",
......
......@@ -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;
};
......
{
"name": "hopglass",
"name": "ffrgb/meshviewer",
"scripts": {
"test": "node -e \"require('grunt').cli()\" '' clean lint"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment