diff options
author | Josh Spicer <joshspicer@github.com> | 2022-10-06 22:10:40 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-06 22:10:40 +0300 |
commit | 602c3ec7b642b750a3514705891929f623ea1d35 (patch) | |
tree | b7fa1be617cb9a716a463b82a998181dff4f5f68 | |
parent | 2d89dc301ed834d74b07350c7d8567eee78f966d (diff) |
Move conda description to description property (#196)
move conda description to description property
-rw-r--r-- | src/conda/devcontainer-feature.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/conda/devcontainer-feature.json b/src/conda/devcontainer-feature.json index fdc0d41..1aa69a2 100644 --- a/src/conda/devcontainer-feature.json +++ b/src/conda/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "conda", - "version": "1.0.2", - "name": "Conda - A cross-platform, language-agnostic binary package manager", + "version": "1.0.3", + "name": "Conda", + "description": "A cross-platform, language-agnostic binary package manager", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/conda", "options": { "version": { |