-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typos and grammar, add link to github issues to fix broken report…
… link in adminUI, bump ruby version to v2.7.5 (#57) * Fix typos and grammar Fixed a few misspelled words, and added several "the"s to make the sentences flow better in English, and fixed some other minor grammar. Note: i did not fix this sentence yet since I'm not certain what it means exactly but again i think it just needs a "the" somewhere to make it totally clear will update when I've spoken to someone to clarify. `But please note, for every subdomain certificate is requested since it uses HTTP challenges which cannot be used for issuing wildcard certificates.` * Add link to github issue Moved license up like most other dappnode_package.JSONs and added link to this repo's Issues to fix the broken report link in the adminUI * changed title of HTTPS logo to "HTTPS" Logo for the HTTPS logo was titled as "DAPPMANAGER" so i changed it to "HTTPS" * Bump Ruby version Bumped ruby version per @3alpha to allow CI to build successfully * Fixed last sentence grammar added an "a" to make the sentence flow properly and make sense
- Loading branch information
1 parent
c1c60d1
commit dfaae72
Showing
3 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
"description": "HTTPS portal for DAppNode", | ||
"type": "dncore", | ||
"author": "DAppNode Association <[email protected]> (https://github.com/dappnode)", | ||
"license": "GLP-3.0", | ||
"contributors": ["Shardlabs <[email protected]> (https://shardlabs.io/)"], | ||
"architectures": ["linux/amd64", "linux/arm64"], | ||
"categories": ["Developer tools"], | ||
|
@@ -15,5 +16,7 @@ | |
"type": "git", | ||
"url": "https://github.com/dappnode/DNP_HTTPS" | ||
}, | ||
"license": "GLP-3.0" | ||
"bugs": { | ||
"url": "https://github.com/dappnode/DNP_HTTPS/issues" | ||
} | ||
} |