Fix parsing error in metadata.json due to double-comma

multiprovider
jenslody 11 years ago
parent 28053288c5
commit 717d84995d
  1. 2
      data/metadata.json.in

@ -2,7 +2,7 @@
"uuid": "@uuid@",
"name": "OpenWeather",
"description": "Weather extension to display weather information from http://openweathermap.org/ for many cities in GNOME Shell",
"shell-version": [ "3.6", "3.8", "3.10", "3.11.5", "3.11.90",, "3.11.91", "3.12" ],
"shell-version": [ "3.6", "3.8", "3.10", "3.11.5", "3.11.90", "3.11.91", "3.12" ],
"localedir": "@LOCALEDIR@",
"url": "@url@"
}

Loading…
Cancel
Save