Skip to content

Commit

Permalink
Merge pull request #65 from alandtse/master
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse authored Sep 16, 2020
2 parents e449857 + e98801e commit 5e245dd
Show file tree
Hide file tree
Showing 3 changed files with 936 additions and 897 deletions.
3 changes: 1 addition & 2 deletions app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"storage",
"unlimitedStorage",
"activeTab",
"*://spdx.org/*",
"*://13.57.134.254/*"
"*://*.spdx.org/*"
],
"__firefox__browser_specific_settings": {
"gecko": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/const.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const urls = {
exceptions: "https://spdx.org/licenses/exceptions.json",
};

const newLicenseUrl = "http://13.57.134.254/app/submit_new_license/";
const newLicenseUrl = "https://tools.spdx.org/app/submit_new_license/";

const spdxkey = {
licenses: {
Expand Down
Loading

0 comments on commit 5e245dd

Please sign in to comment.