mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 15:02:51 +03:00
Merge commit 'refs/merge-requests/28' of git://gitorious.org/f-droid/fdroidserver into merge-requests/28
This commit is contained in:
commit
00788adb0b
11 changed files with 13 additions and 0 deletions
|
@ -277,6 +277,8 @@ def parse_metadata(metafile, **kw):
|
|||
thisinfo['source'] = value
|
||||
elif field == 'License':
|
||||
thisinfo['license'] = value
|
||||
elif field == 'Category':
|
||||
thisinfo['category'] = value
|
||||
elif field == 'Web Site':
|
||||
thisinfo['web'] = value
|
||||
elif field == 'Issue Tracker':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue