Skip to content

Commit

Permalink
Updated links to new organization
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Jan 7, 2016
1 parent c2979a9 commit 56dccff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
David Barroso <dbarroso@spotify.com>
David Barroso <dbarrosop@dravetech.com>
Elisa Jasinska <[email protected]>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ If you prefer SLACK feel free to join the ``NAPALM`` channel on slack at [networ

Authors
=======
* David Barroso ([dbarroso@dravetech.com](mailto:[email protected]))
* David Barroso ([dbarrosop@dravetech.com](mailto:[email protected]))
* Elisa Jasinska ([[email protected]](mailto:[email protected]))
* Many others, check the [contributors](https://github.com/napalm-automation/napalm/graphs/contributors) page for details.

Expand Down
2 changes: 1 addition & 1 deletion ansible/napalm_install_config
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ logger = logging.getLogger('eos_install_config')
DOCUMENTATION = '''
---
module: napalm_install_config
author: David Barroso <[email protected]>
author: David Barroso <[email protected]>
version_added: "1.0.0"
short_description: Replaces the configuration taken from a file on a device supported by NAPALM.
description:
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import uuid

__author__ = 'David Barroso <[email protected]>'
__author__ = 'David Barroso <[email protected]>'
from setuptools import setup, find_packages
from pip.req import parse_requirements

Expand All @@ -13,15 +13,15 @@
version="0.50.1",
packages=find_packages(),
author="David Barroso",
author_email="[email protected]",
author_email="[email protected]",
description="Network Automation and Programmability Abstraction Layer with Multivendor support",
classifiers=[
'Topic :: Utilities',
'Programming Language :: Python',
'Operating System :: POSIX :: Linux',
'Operating System :: MacOS',
],
url="https://github.com/spotify/napalm",
url="https://github.com/napalm-automation/napalm",
include_package_data=True,
install_requires = reqs,
entry_points='''
Expand Down

0 comments on commit 56dccff

Please sign in to comment.