diff --git a/debexpo/plugins/rfs.py b/debexpo/plugins/rfs.py index c45abbdd..baf5718b 100644 --- a/debexpo/plugins/rfs.py +++ b/debexpo/plugins/rfs.py @@ -59,7 +59,7 @@ class PluginRFS(BasePlugin): licenses = ', '.join(licenses) data = { - 'author': author, + 'contact': author, 'licenses': licenses, }