diff options
author | EuAndreh <eu@euandre.org> | 2020-12-02 13:50:28 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-02 13:50:28 -0300 |
commit | 53d949ce6abda89ed43175f67ffb3f973c682407 (patch) | |
tree | 1ecc84646f1a176a8ee938ba41b9b8dadfffa88a | |
parent | vps.scm: Inform the name of the downloaded file (diff) | |
download | server-53d949ce6abda89ed43175f67ffb3f973c682407.tar.gz server-53d949ce6abda89ed43175f67ffb3f973c682407.tar.xz |
Move metadata.json to description
-rw-r--r-- | description | 1 | ||||
-rw-r--r-- | metadata.json | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/description b/description new file mode 100644 index 0000000..fa6cb58 --- /dev/null +++ b/description @@ -0,0 +1 @@ +Setup and configuration for VPS. diff --git a/metadata.json b/metadata.json deleted file mode 100644 index 6d64e99..0000000 --- a/metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"description":"Setup and configuration for VPS."} |