diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-01-21 23:16:09 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-01-21 23:16:09 -0500 |
commit | 687742939076cc98f4ffbeb2b404250ea1c0c8f5 (patch) | |
tree | b3110d2086331e537bf6dbf58c443bca60220854 | |
parent | ace76c88f48f6aa61015cd0af5c8d52c2949eea3 (diff) | |
download | lite-xl-plugins-687742939076cc98f4ffbeb2b404250ea1c0c8f5.tar.gz lite-xl-plugins-687742939076cc98f4ffbeb2b404250ea1c0c8f5.zip |
Fixed erroneous modification by #178.
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index ed3cb30..fff61d3 100644 --- a/manifest.json +++ b/manifest.json @@ -36,7 +36,7 @@ "mod_version": "3" }, { - "description": "Shows the current time and date in a view with large text *([screenshot](https://user-images.git hubusercontent.com/3920290/82752891-3318df00-9db9-11ea-803f-261d80d5cf53.png))*", + "description": "Shows the current time and date in a view with large text *([screenshot](https://user-images.githubusercontent.com/3920290/82752891-3318df00-9db9-11ea-803f-261d80d5cf53.png))*", "version": "0.1", "path": "plugins/bigclock.lua", "id": "bigclock", |