Browse Source

Fix name, add authorEmail in STS. #524

pull/528/head
Christoph Scholtes 6 years ago
parent
commit
127bfec92a
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      manifests/STS.json

+ 3
- 2
manifests/STS.json View File

@@ -1,6 +1,7 @@
{ {
"name": "STS", "name": "STS",
"author": "Don Turnrock",
"author": "Don Turnock",
"authorEmail": "don.turnock@gmail.com",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"sourceUrl": "https://github.com/SmallTownSound/STS.git", "sourceUrl": "https://github.com/SmallTownSound/STS.git",
"manualUrl": "https://github.com/SmallTownSound/STS/blob/master/README.md", "manualUrl": "https://github.com/SmallTownSound/STS/blob/master/README.md",
@@ -8,4 +9,4 @@
"latestVersion": "0.6.0.2", "latestVersion": "0.6.0.2",
"buildTimestamp": 1540226886, "buildTimestamp": 1540226886,
"status": "available" "status": "available"
}
}

Loading…
Cancel
Save