release 0.1

Signed-off-by: Jiri Kastner <jkastner@redhat.com>
diff --git a/rpm/SPECS/python-inet_diag.spec b/python-inet_diag.spec
similarity index 87%
rename from rpm/SPECS/python-inet_diag.spec
rename to python-inet_diag.spec
index 2659d53..c7ad753 100644
--- a/rpm/SPECS/python-inet_diag.spec
+++ b/python-inet_diag.spec
@@ -5,8 +5,8 @@
 Name: python-inet_diag
 Version: 0.1
 Release: 1%{?dist}
-URL: http://git.kernel.org/?p=linux/kernel/git/acme/python-inet_diag.git
-Source: http://userweb.kernel.org/~acme/python-inet_diag/%{name}-%{version}.tar.bz2
+URL: https://rt.wiki.kernel.org/index.php/Tuna
+Source: https://www.kernel.org/pub/software/libs/python/%{name}/%{name}-%{version}.tar.bz2
 License: GPLv2
 Group: System Environment/Libraries
 BuildRequires: python-devel
diff --git a/setup.py b/setup.py
index 865fd87..9643901 100644
--- a/setup.py
+++ b/setup.py
@@ -11,5 +11,5 @@
       description='Python module to interface with inet_diag',
       author='Arnaldo Carvalho de Melo',
       author_email='acme@redhat.com',
-      url='http://fedoraproject.org/wiki/python-inet_diag',
+      url='https://rt.wiki.kernel.org/index.php/Tuna',
       ext_modules=[inet_diag])