Skip to content

Commit

Permalink
Update name
Browse files Browse the repository at this point in the history
  • Loading branch information
daisylb committed Jul 24, 2019
1 parent b8491c5 commit f3138d6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -18,7 +18,7 @@ repos:
exclude: \.csv$|\.bat$
- id: forbid-tabs
exclude: Makefile|\.bat$
- repo: git://github.com/adambrenecki/pre-commit-python-sorter
- repo: git://github.com/excitedleigh/pre-commit-python-sorter
sha: 1.0.5
hooks:
- id: python-import-sorter
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,5 +1,5 @@
The MIT License (MIT)
Copyright (c) 2017 Learning Information Systems Pty Ltd, Adam Brenecki and contributors
Copyright (c) 2017 Learning Information Systems Pty Ltd, A. Leigh Brenecki and contributors


Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Expand Up @@ -57,8 +57,8 @@

# General information about the project.
project = 'Bridgekeeper'
copyright = '2017, Learning Information Systems Pty Ltd, Adam Brenecki, and contributors' # noqa
author = 'Adam Brenecki and contributors'
copyright = '2017, Learning Information Systems Pty Ltd, A. Leigh Brenecki, and contributors' # noqa
author = 'Leigh Brenecki and contributors'

# 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 @@ -151,7 +151,7 @@
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'Bridgekeeper.tex', 'Bridgekeeper Documentation',
'Learning Information Systems Pty Ltd, Adam Brenecki, and contributors', 'manual'),
'Leigh Brenecki, and contributors', 'manual'),
]


Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/views.rst
Expand Up @@ -108,4 +108,4 @@ You can read about the other ways you can check permissions, including more conv
If there's something that you don't understand after following through this tutorial, or that you think could be explained better, please `file a documentation bug <docbug_>`_ so that we can improve the docs for future users.


.. _docbug: https://github.com/adambrenecki/bridgekeeper/issues/new?labels=docs
.. _docbug: https://github.com/excitedleigh/bridgekeeper/issues/new?labels=docs
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -4,8 +4,8 @@
name='bridgekeeper',
description='Django permissions, but with QuerySets',
url='https://bridgekeeper.readthedocs.io/',
author='Adam Brenecki',
author_email='adam@brenecki.id.au',
author='Leigh Brenecki',
author_email='leigh@brenecki.id.au',
license='MIT',
setup_requires=["setuptools_scm>=1.11.1"],
use_scm_version=True,
Expand Down

0 comments on commit f3138d6

Please sign in to comment.