summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Grover <andy@groveronline.com>2016-08-22 10:52:16 -0700
committerGitHub <noreply@github.com>2016-08-22 10:52:16 -0700
commit8ae05bd981dee681a12237f48066f5fbe9c3cdbe (patch)
tree01bd7cce6d8a7393848ca70cfed8ac04ef6a9ccd
parent8b3ec3c7009ec245ebcc8c340131bbda5c130659 (diff)
parentca3b5520274a8dfdc5d0355f68be7c3a7ac12b7a (diff)
downloadconfigshell-fb-8ae05bd981dee681a12237f48066f5fbe9c3cdbe.tar.gz
Merge pull request #24 from cvubrugier/master
Change the URL of the GitHub repo to the open-iscsi organization
-rw-r--r--README.md4
-rwxr-xr-xsetup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 459f5f3..d3081d4 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,8 @@ Since configshell-fb is used most often with targetcli-fb, the
targetcli-fb mailing should be used for configshell-fb discussion.
* Mailing list: [targetcli-fb-devel](https://lists.fedorahosted.org/mailman/listinfo/targetcli-fb-devel)
- * Source repo: [GitHub](https://github.com/agrover/configshell-fb)
- * Bugs: [GitHub](https://github.com/agrover/configshell-fb/issues) or [Trac](https://fedorahosted.org/targetcli-fb/)
+ * Source repo: [GitHub](https://github.com/open-iscsi/configshell-fb)
+ * Bugs: [GitHub](https://github.com/open-iscsi/configshell-fb/issues) or [Trac](https://fedorahosted.org/targetcli-fb/)
* Tarballs: [fedorahosted](https://fedorahosted.org/releases/t/a/targetcli-fb/)
In-repo packaging
diff --git a/setup.py b/setup.py
index f80e568..3472317 100755
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ setup(
license = 'Apache 2.0',
maintainer = 'Andy Grover',
maintainer_email = 'agrover@redhat.com',
- url = 'http://github.com/agrover/configshell-fb',
+ url = 'http://github.com/open-iscsi/configshell-fb',
packages = ['configshell', 'configshell_fb'],
classifiers = [
"Programming Language :: Python",