Skip to content
Snippets Groups Projects
Commit 4f66eda5 authored by Agate's avatar Agate :speech_balloon:
Browse files

Fixed outdated references

parent bf14334d
No related branches found
No related tags found
No related merge requests found
Eliot Berriot
Agate
Copyright (c) 2015, Eliot Berriot
Copyright (c) 2015, The Funkwhale Collective
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
......
......@@ -110,7 +110,7 @@ EMAIL_BACKEND = env('DJANGO_EMAIL_BACKEND', default='django.core.mail.backends.s
# ------------------------------------------------------------------------------
# See: https://docs.djangoproject.com/en/dev/ref/settings/#admins
ADMINS = (
("""Eliot Berriot""", 'contact@eliotberriot.om'),
("""Agate""", 'redacted@email.com'),
)
# See: https://docs.djangoproject.com/en/dev/ref/settings/#managers
......
......@@ -42,7 +42,7 @@ master_doc = 'index'
# General information about the project.
project = u'funkwhale_api'
copyright = u"2015, Eliot Berriot"
copyright = u"2015, The Funkwhale Collective"
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
......@@ -187,7 +187,7 @@ latex_documents = [
('index',
'funkwhale_api.tex',
u'funkwhale_api Documentation',
u"Eliot Berriot", 'manual'),
u"The Funkwhale Collective", 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
......@@ -217,7 +217,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'funkwhale_api', u'funkwhale_api Documentation',
[u"Eliot Berriot"], 1)
[u"The Funkwhale Collective"], 1)
]
# If true, show URL addresses after external links.
......@@ -231,7 +231,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'funkwhale_api', u'funkwhale_api Documentation',
u"Eliot Berriot", 'funkwhale_api',
u"The Funkwhale Collective", 'funkwhale_api',
'A self-hosted tribute to Grooveshark.com', 'Miscellaneous'),
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment