summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Vu-Brugier <cvubrugier@fastmail.fm>2016-08-22 15:59:56 +0200
committerChristophe Vu-Brugier <cvubrugier@fastmail.fm>2016-08-22 16:23:45 +0200
commit3d47f832115a71a914c9658ebcbc6105f97345e3 (patch)
treeb09242b64237d717e70fd847e6fb98bb35dc5a9c
parentba87a191edffe01235f86cfb145aa6834f5f0057 (diff)
downloadrtslib-fb-3d47f832115a71a914c9658ebcbc6105f97345e3.tar.gz
Change the URL of the GitHub repo to the open-iscsi organization
Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm>
-rw-r--r--README.md4
-rw-r--r--doc/saveconfig.json.52
-rw-r--r--doc/targetctl.84
-rwxr-xr-xsetup.py2
4 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 8825b8f..a049e2c 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,8 @@ Since rtslib-fb is used most often with targetcli-fb, the targetcli-fb
mailing should be used for rtslib-fb discussion.
* Mailing list: [targetcli-fb-devel](https://lists.fedorahosted.org/mailman/listinfo/targetcli-fb-devel)
- * Source repo: [GitHub](https://github.com/agrover/rtslib-fb)
- * Bugs: [GitHub](https://github.com/agrover/rtslib-fb/issues) or [Trac](https://fedorahosted.org/targetcli-fb/)
+ * Source repo: [GitHub](https://github.com/open-iscsi/rtslib-fb)
+ * Bugs: [GitHub](https://github.com/open-iscsi/rtslib-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/doc/saveconfig.json.5 b/doc/saveconfig.json.5
index b22efb1..cc4513e 100644
--- a/doc/saveconfig.json.5
+++ b/doc/saveconfig.json.5
@@ -243,4 +243,4 @@ Man page written by Andy Grover <agrover@redhat.com>.
.SH REPORTING BUGS
Report bugs via <targetcli-fb-devel@lists.fedorahosted.org>
.br
-or <https://github.com/agrover/rtslib-fb/issues>
+or <https://github.com/open-iscsi/rtslib-fb/issues>
diff --git a/doc/targetctl.8 b/doc/targetctl.8
index f87aaaf..923383c 100644
--- a/doc/targetctl.8
+++ b/doc/targetctl.8
@@ -25,7 +25,7 @@ permissions will be set to only allow root access. If
.B config-file
is not supplied,
.B targetctl
-will use the default file location,
+will use the default file location,
.BR /etc/target/saveconfig.json.
.P
.B targetctl restore [config-file]
@@ -60,4 +60,4 @@ Man page written by Andy Grover <agrover@redhat.com>.
.SH REPORTING BUGS
Report bugs via <targetcli-fb-devel@lists.fedorahosted.org>
.br
-or <https://github.com/agrover/rtslib-fb/issues>
+or <https://github.com/open-iscsi/rtslib-fb/issues>
diff --git a/setup.py b/setup.py
index 2087187..b90a76c 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/rtslib-fb',
+ url = 'http://github.com/open-iscsi/rtslib-fb',
packages = ['rtslib_fb', 'rtslib'],
scripts = ['scripts/targetctl'],
classifiers = [