mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
lint: accept all new categories
This commit is contained in:
parent
d83d0c2520
commit
9d75b130bc
1 changed files with 4 additions and 0 deletions
|
@ -114,7 +114,9 @@ categories = Set([
|
|||
"Connectivity",
|
||||
"Development",
|
||||
"Games",
|
||||
"Graphics",
|
||||
"Internet",
|
||||
"Money",
|
||||
"Multimedia",
|
||||
"Navigation",
|
||||
"Office",
|
||||
|
@ -124,6 +126,8 @@ categories = Set([
|
|||
"Security",
|
||||
"System",
|
||||
"Theming",
|
||||
"Time",
|
||||
"Writing",
|
||||
])
|
||||
|
||||
desc_url = re.compile("[^[]\[([^ ]+)( |\]|$)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue