Skip to content

Commit

Permalink
Replace account name from yonatang93 to guardicode
Browse files Browse the repository at this point in the history
  • Loading branch information
yonatang93 committed Aug 17, 2020
1 parent 7f49d80 commit cfca5ce
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~

Report bugs at https://github.com/yonatang93/centra_py_client/issues.
Report bugs at https://github.com/guardicode/centra_py_client/issues.

If you are reporting a bug, please include:

Expand Down Expand Up @@ -45,7 +45,7 @@ articles, and such.
Submit Feedback
~~~~~~~~~~~~~~~

The best way to send feedback is to file an issue at https://github.com/yonatang93/centra_py_client/issues.
The best way to send feedback is to file an issue at https://github.com/guardicode/centra_py_client/issues.

If you are proposing a feature:

Expand Down Expand Up @@ -103,7 +103,7 @@ Before you submit a pull request, check that it meets these guidelines:
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 3.5, 3.6, 3.7 and 3.8, and for PyPy. Check
https://travis-ci.com/yonatang93/centra_py_client/pull_requests
https://travis-ci.com/guardicode/centra_py_client/pull_requests
and make sure that the tests pass for all supported Python versions.

Tips
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Python client for Centra API access.
Copyright (C) 2020 Yonatan Golan
Copyright (C) 2020 Guardicore LTD

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ centra-py-client
.. image:: https://img.shields.io/pypi/v/centra_py_client.svg
:target: https://pypi.python.org/pypi/centra_py_client

.. image:: https://img.shields.io/travis/yonatang93/centra_py_client.svg
:target: https://travis-ci.com/yonatang93/centra_py_client
.. image:: https://img.shields.io/travis/guardicode/centra_py_client.svg
:target: https://travis-ci.com/guardicode/centra_py_client

.. image:: https://readthedocs.org/projects/centra-py-client/badge/?version=latest
:target: https://centra-py-client.readthedocs.io/en/latest/?badge=latest
Expand Down Expand Up @@ -56,13 +56,13 @@ You can either clone the public repository:

.. code-block:: console
$ git clone git://github.com/yonatang93/centra_py_client
$ git clone git://github.com/guardicode/centra_py_client
Or download the `tarball`_:

.. code-block:: console
$ curl -OJL https://github.com/yonatang93/centra_py_client/tarball/master
$ curl -OJL https://github.com/guardicode/centra_py_client/tarball/master
Once you have a copy of the source, you can install it with:

Expand All @@ -71,8 +71,8 @@ Once you have a copy of the source, you can install it with:
$ python setup.py install
.. _Github repo: https://github.com/yonatang93/centra_py_client
.. _tarball: https://github.com/yonatang93/centra_py_client/tarball/master
.. _Github repo: https://github.com/guardicode/centra_py_client
.. _tarball: https://github.com/guardicode/centra_py_client/tarball/master


=====
Expand Down
2 changes: 1 addition & 1 deletion 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 = 'centra-py-client'
copyright = "2020, Yonatan Golan"
copyright = "2020, Guardicore LTD"
author = "Yonatan Golan"

# The version info for the project you're documenting, acts as replacement
Expand Down
8 changes: 4 additions & 4 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ You can either clone the public repository:

.. code-block:: console
$ git clone git://github.com/yonatang93/centra_py_client
$ git clone git://github.com/guardicode/centra_py_client
Or download the `tarball`_:

.. code-block:: console
$ curl -OJL https://github.com/yonatang93/centra_py_client/tarball/master
$ curl -OJL https://github.com/guardicode/centra_py_client/tarball/master
Once you have a copy of the source, you can install it with:

Expand All @@ -47,5 +47,5 @@ Once you have a copy of the source, you can install it with:
$ python setup.py install
.. _Github repo: https://github.com/yonatang93/centra_py_client
.. _tarball: https://github.com/yonatang93/centra_py_client/tarball/master
.. _Github repo: https://github.com/guardicode/centra_py_client
.. _tarball: https://github.com/guardicode/centra_py_client/tarball/master
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
setup_requires=setup_requirements,
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/yonatang93/centra_py_client',
url='https://github.com/guardicode/centra-py-client',
version='0.1.0',
zip_safe=False,
)

0 comments on commit cfca5ce

Please sign in to comment.