Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switching myself from lead to contributor #22

Merged
merged 4 commits into from
Jan 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@
Credits
=======

Development Lead
----------------

* `Joachim Jablon / @ewjoachim <https://github.com/ewjoachim>`_ <joachim.jablon /at/ people-doc.com>

Contributors (by alphabetic order)
----------------------------------

* `ewjoachim <https://github.com/ewjoachim>`_
- `@brunobord <https://github.com/brunobord>`_
- `@k4nar <https://github.com/k4nar>`_
- `@zebuline <https://github.com/zebuline>`_
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

# General information about the project.
project = u'Django Readonly Field'
copyright = u'2016, Joachim Jablon'
copyright = u'2016, UKG'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -193,7 +193,7 @@
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'django-readonly-field.tex', u'Django Readonly Field Documentation',
u'Joachim Jablon', 'manual'),
'UKG', 'manual'),
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down Expand Up @@ -223,7 +223,7 @@
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'django-readonly-field', u'Django Readonly Field Documentation',
[u'Joachim Jablon'], 1)
[u'UKG'], 1)
]

# If true, show URL addresses after external links.
Expand All @@ -237,7 +237,7 @@
# dir menu entry, description, category)
texinfo_documents = [
('index', 'django-readonly-field', u'Django Readonly Field Documentation',
u'Joachim Jablon', 'django-readonly-field', 'One line description of project.',
u'UKG', 'django-readonly-field', 'One line description of project.',
'Miscellaneous'),
]

Expand Down