diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2024-01-28 14:28:38 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2024-01-28 14:28:38 -0500 |
commit | 9189b99792f0e4f2bb4f08da1f46309d8af5fe65 (patch) | |
tree | 030bc08be89ae1b3122685065833ef8b26f02a81 | |
parent | df0a34afee0a1a199392b024277c1bb9d2062798 (diff) | |
download | lite-xl-plugin-manager-9189b99792f0e4f2bb4f08da1f46309d8af5fe65.tar.gz lite-xl-plugin-manager-9189b99792f0e4f2bb4f08da1f46309d8af5fe65.zip |
Cleaned up example to use the "proper" hosted version.
-rw-r--r-- | SPEC.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -175,8 +175,8 @@ that any version greater than `0.1` can be used. "files": [ # Downloads all files listed here to USERDIR/fonts. { - "url": "https://github.com/chrissimpkins/codeface/raw/master/fonts/roboto-mono/RobotoMono-Regular.ttf", - "checksum": "c7ab2d73cf7d538face08bcdde95b928ce609a970237c8811ca3c76059c8bb2f" + "url": "https://github.com/googlefonts/RobotoMono/raw/26adf5193624f05ba1743797d00bcf0e6bfe624f/fonts/ttf/RobotoMono-Regular.ttf", + "checksum": "7432e74ff02682c6e207be405f00381569ec96aa247d232762fe721ae41b39e2" } ] }, |