diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-11-27 11:21:57 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-11-27 11:21:57 -0500 |
commit | d578977a8145b832638738c1180df7ae3fd3d624 (patch) | |
tree | 7045f04e07964ce483cf8cc04f8d6825557f6e02 | |
parent | 4e1d09a51ea3f630b9a48fd5e399b2fd58959fa1 (diff) | |
download | lite-xl-plugin-manager-d578977a8145b832638738c1180df7ae3fd3d624.tar.gz lite-xl-plugin-manager-d578977a8145b832638738c1180df7ae3fd3d624.zip |
Fixed typo.
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 6686487..862b615 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ { "id": "plugin_manager", "version": "0.1", - "description": "A GUI interface to the Adam's lite plugin manager.", + "description": "A GUI interface to Adam's lite-xl plugin manager.", "path": "plugins/plugin_manager", "mod_version": 3, "files": [ |