Adding rich snippets.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ad5001 2022-01-21 16:29:51 +01:00
parent 23bffa9beb
commit 04d52ece1b
Signed by: Ad5001
GPG Key ID: EF45F9C6AFE20160
2 changed files with 18 additions and 7 deletions

View File

@ -7,7 +7,9 @@
"platforms": ["Windows", "MacOSX", "Linux"], "platforms": ["Windows", "MacOSX", "Linux"],
"touchfriendly": false, "touchfriendly": false,
"keyboardoriented": true, "keyboardoriented": true,
"license": "[GNU General Public License version 3 (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.html)" "category": "Terminal",
"license": "[GNU General Public License version 3 (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.html)",
"spdx": "GPL-3.0+"
}, },
"logarithmplotter": { "logarithmplotter": {
"name": "LogarithmPlotter", "name": "LogarithmPlotter",
@ -17,7 +19,9 @@
"platforms": ["Windows", "MacOSX", "Linux"], "platforms": ["Windows", "MacOSX", "Linux"],
"touchfriendly": true, "touchfriendly": true,
"keyboardoriented": true, "keyboardoriented": true,
"license": "[GNU General Public License version 3 (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.html)" "category": "Science",
"license": "[GNU General Public License version 3 (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.html)",
"spdx": "GPL-3.0+"
}, },
"accountfree": { "accountfree": {
"name": "AccountFree", "name": "AccountFree",
@ -27,7 +31,8 @@
"platforms": ["Windows", "MacOSX", "Linux"], "platforms": ["Windows", "MacOSX", "Linux"],
"touchfriendly": true, "touchfriendly": true,
"keyboardoriented": false, "keyboardoriented": false,
"license": "[GNU General Public License version 3 (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.html)" "license": "[GNU General Public License version 3 (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.html)",
"spdx": "GPL-3.0+"
}, },
"ad5001.eu": { "ad5001.eu": {
"name": "ad5001.eu", "name": "ad5001.eu",
@ -37,7 +42,9 @@
"platforms": ["Web"], "platforms": ["Web"],
"touchfriendly": true, "touchfriendly": true,
"keyboardoriented": false, "keyboardoriented": false,
"license": "[GNU General Public License version 3 (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.html)" "category": "Website",
"license": "[GNU General Public License version 3 (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.html)",
"spdx": "GPL-3.0+"
}, },
"omegamma": { "omegamma": {
"name": "Omegamma", "name": "Omegamma",
@ -47,7 +54,9 @@
"platforms": ["Web"], "platforms": ["Web"],
"touchfriendly": true, "touchfriendly": true,
"keyboardoriented": false, "keyboardoriented": false,
"license": "[GNU General Public License version 3 (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.html)" "category": "Website",
"license": "[GNU General Public License version 3 (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.html)",
"spdx": "GPL-3.0+"
}, },
"unchecker": { "unchecker": {
"name": "unchecker", "name": "unchecker",
@ -57,7 +66,9 @@
"platforms": ["Firefox"], "platforms": ["Firefox"],
"touchfriendly": true, "touchfriendly": true,
"keyboardoriented": false, "keyboardoriented": false,
"license": "[Mozilla Public License version 2 (MPLv2)](https://www.mozilla.org/en-US/MPL/2.0/)" "category": "Utilitary",
"license": "[Mozilla Public License version 2 (MPLv2)](https://www.mozilla.org/en-US/MPL/2.0/)",
"spdx": "MPL-2.0"
} }
} }

@ -1 +1 @@
Subproject commit ed60f3d0918fb15108aac2148797774692080906 Subproject commit 8e81b6252ca72e85ac3d9d98464889ff17ab04b8