From 300f1b30f842b42a7bf12ba15e59ce22300191d0 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 7 Jan 2021 20:19:38 +0200
Subject: [PATCH] Update URL.

---
 README.rst | 2 +-
 setup.py   | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.rst b/README.rst
index 4f865ea..f707484 100644
--- a/README.rst
+++ b/README.rst
@@ -49,4 +49,4 @@ Author
 Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website
 <https://www.shore.co.il/>`_. Patches are welcome via `git send-email
 <http://git-scm.com/book/en/v2/Git-Commands-Email>`_. The repository is located
-at: https://www.shore.co.il/git/.
+at: https://git.shore.co.il/explore/.
diff --git a/setup.py b/setup.py
index 7b68b82..6fb836c 100644
--- a/setup.py
+++ b/setup.py
@@ -5,10 +5,10 @@ from setuptools import setup, find_packages
 setup(
     name="check_s3_bucket",
     version="0.2.4",
-    description="""Check that a file was added to an S3 bucket in the given time
-    window and is of a reasonable size.""",
+    description="""Check that a file was added to an S3 bucket in the given
+    time window and is of a reasonable size.""",
     long_description=open("README.rst", "r").read(),
-    url="https://www.shore.co.il/git/check_s3_bucket",
+    url="https://git.shore.co.il/nimrod/check_s3_bucket",
     author="Nimrod Adar",
     author_email="nimrod@shore.co.il",
     license="MIT",
-- 
GitLab