Add myself as a maintainer
This commit is contained in:
parent
661fab8df0
commit
c1646f17c5
3 changed files with 8 additions and 8 deletions
2
COPYING
2
COPYING
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2010-2015 Florent Le Coz and Mathieu Pasquet
|
Copyright (c) 2010-2018 Florent Le Coz, Mathieu Pasquet and Emmanuel Gil Peyrot
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied
|
This software is provided 'as-is', without any express or implied
|
||||||
warranty. In no event will the authors be held liable for any damages
|
warranty. In no event will the authors be held liable for any damages
|
||||||
|
|
|
@ -72,6 +72,7 @@ Please DO report any bug you encounter and ask for any feature you want
|
||||||
|
|
||||||
- Florent Le Coz (louiz’) <louiz@louiz.org> (developer)
|
- Florent Le Coz (louiz’) <louiz@louiz.org> (developer)
|
||||||
- Mathieu Pasquet (mathieui) <mathieui@mathieui.net> (developer)
|
- Mathieu Pasquet (mathieui) <mathieui@mathieui.net> (developer)
|
||||||
|
- Emmanuel Gil Peyrot (Link Mauve) <linkmauve@linkmauve.fr> (developer)
|
||||||
|
|
||||||
=======================
|
=======================
|
||||||
Contact/support
|
Contact/support
|
||||||
|
@ -151,7 +152,6 @@ we merge it to “master” as well, of course).
|
||||||
- People:
|
- People:
|
||||||
- Todd Eisenberger - Plugin system and OTR support
|
- Todd Eisenberger - Plugin system and OTR support
|
||||||
- Jérôme Parment (Manfraid) - Code, testing
|
- Jérôme Parment (Manfraid) - Code, testing
|
||||||
- Link Mauve - Code, testing
|
|
||||||
- Akim Sadaoui - Code
|
- Akim Sadaoui - Code
|
||||||
- Florian Duraffourg - Code
|
- Florian Duraffourg - Code
|
||||||
- Frédéric Meynadier - Code
|
- Frédéric Meynadier - Code
|
||||||
|
|
|
@ -46,7 +46,7 @@ master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = 'Poezio'
|
project = 'Poezio'
|
||||||
copyright = '%s, Mathieu Pasquet - Florent Le Coz' % time.strftime('%Y')
|
copyright = '%s, Mathieu Pasquet - Florent Le Coz - Emmanuel Gil Peyrot' % time.strftime('%Y')
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
|
@ -195,7 +195,7 @@ latex_elements = {
|
||||||
# (source start file, target name, title, author, documentclass [howto/manual]).
|
# (source start file, target name, title, author, documentclass [howto/manual]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'PoezioDoc.tex', 'Poezio Documentation',
|
('index', 'PoezioDoc.tex', 'Poezio Documentation',
|
||||||
'Mathieu Pasquet - Florent Le Coz', 'manual'),
|
'Mathieu Pasquet - Florent Le Coz - Emmanuel Gil Peyrot', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
# The name of an image file (relative to this directory) to place at the top of
|
# The name of an image file (relative to this directory) to place at the top of
|
||||||
|
@ -225,11 +225,11 @@ latex_documents = [
|
||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [
|
man_pages = [
|
||||||
('configuration', 'poezio.cfg', 'Poezio Configuration File',
|
('configuration', 'poezio.cfg', 'Poezio Configuration File',
|
||||||
['Mathieu Pasquet', 'Florent Le Coz'], 7),
|
['Mathieu Pasquet', 'Florent Le Coz', 'Emmanuel Gil Peyrot'], 7),
|
||||||
('keys', 'poezio.keys', 'Poezio Key Bindings',
|
('keys', 'poezio.keys', 'Poezio Key Bindings',
|
||||||
['Mathieu Pasquet', 'Florent Le Coz'], 7),
|
['Mathieu Pasquet', 'Florent Le Coz', 'Emmanuel Gil Peyrot'], 7),
|
||||||
('commands', 'poezio.commands', 'Poezio Commands',
|
('commands', 'poezio.commands', 'Poezio Commands',
|
||||||
['Mathieu Pasquet', 'Florent Le Coz'], 7),
|
['Mathieu Pasquet', 'Florent Le Coz', 'Emmanuel Gil Peyrot'], 7),
|
||||||
]
|
]
|
||||||
|
|
||||||
# If true, show URL addresses after external links.
|
# If true, show URL addresses after external links.
|
||||||
|
@ -243,7 +243,7 @@ man_pages = [
|
||||||
# dir menu entry, description, category)
|
# dir menu entry, description, category)
|
||||||
texinfo_documents = [
|
texinfo_documents = [
|
||||||
('index', 'PoezioDoc', 'Poezio Documentation',
|
('index', 'PoezioDoc', 'Poezio Documentation',
|
||||||
'Mathieu Pasquet - Florent Le Coz', 'PoezioDoc', 'Poezio Documentation',
|
'Mathieu Pasquet - Florent Le Coz - Emmanuel Gil Peyrot', 'PoezioDoc', 'Poezio Documentation',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue