Skip to content

Commit 123643a

Browse files
committed
Change plugin name in readme/docstrings
1 parent 896c306 commit 123643a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

affiliation_extras/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Extended Affiliations Plugin
1+
# Affiliation Extras Plugin
22

33
This plugin extends Indico's predefined affiliations management with groups, tags,
44
representative contact emails, and built-in emailing tools for affiliation representatives.

affiliation_extras/indico_affiliation_extras/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828

2929
class AffiliationExtrasPlugin(IndicoPlugin):
30-
"""Extended Affiliations"""
30+
"""Affiliation Extras"""
3131

3232
def init(self):
3333
super().init()

0 commit comments

Comments
 (0)