Add gopher and gemini to the commonSchemes

This commit is contained in:
Will Lewis 2021-02-01 10:43:06 -05:00 committed by GitHub
parent aa84e13656
commit 9aadf1a739
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,8 @@ const commonSchemes = [
"ts3server",
"svn+ssh",
"ssh",
"gopher",
"gemini",
];
for (const schema of commonSchemes) {