chiark / gitweb /
standardize on .yml as the file extension for YAML
[fdroidserver.git] / fdroidserver / common.py
index 72af49d8035a979114a57cbcaa55ce5fc77f707e..acaeaffda6b2832aee4f79adfc0883af80ef9a72 100644 (file)
@@ -63,7 +63,7 @@ default_config = {
     'ant': "ant",
     'mvn3': "mvn",
     'gradle': 'gradle',
-    'accepted_formats': ['txt', 'yaml'],
+    'accepted_formats': ['txt', 'yml'],
     'sync_from_local_copy_dir': False,
     'per_app_repos': False,
     'make_current_version_link': True,