Updated danoeh's text on about screen
This commit is contained in:
parent
57900be16e
commit
8f8ac04ffd
|
@ -14,7 +14,7 @@ while hasMore:
|
|||
for contributor in json:
|
||||
role = 'Contributor'
|
||||
if contributor['login'] == 'danieloeh':
|
||||
role = 'Creator (retired)'
|
||||
role = 'Original creator of AntennaPod (retired)'
|
||||
elif contributor['login'] in MAINTAINERS:
|
||||
role = 'Maintainer'
|
||||
elif contributor['login'] in FORMER_MAINTAINERS:
|
||||
|
|
Loading…
Reference in New Issue