Updated danoeh's text on about screen

This commit is contained in:
ByteHamster 2019-11-09 01:24:09 +01:00
parent 57900be16e
commit 8f8ac04ffd
1 changed files with 1 additions and 1 deletions

View File

@ -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: