From 1453f3955f21531ea433dcb799ce4cdd0848b14a Mon Sep 17 00:00:00 2001 From: drymer Date: Sat, 8 Jul 2017 19:51:07 +0200 Subject: [PATCH] Change repository's url --- README.md | 4 ++-- README.org | 4 ++-- README.rst | 4 ++-- setup.py | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index dfebf57..3bf7360 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Install via pip: Clone the repository: - $ git clone git://daemons.cf/jabbergram + $ git clone https://git.daemons.it/drymer/jabbergram $ cd jabbergram $ su -c "pip3 install -r requirements.txt" $ su -c "python3 setup.py install" @@ -128,7 +128,7 @@ Instalar a través de `pip`: Clonar el repositorio: - $ git clone git://daemons.cf/jabbergram + $ git clone https://git.daemons.it/drymer/jabbergram $ cd jabbergram $ su -c "pip3 install -r requirements.txt" $ su -c "python3 setup.py install" diff --git a/README.org b/README.org index 038c5b1..9a33ca7 100644 --- a/README.org +++ b/README.org @@ -14,7 +14,7 @@ Clone the repository: #+BEGIN_SRC sh - $ git clone git://daemons.cf/jabbergram + $ git clone https://git.daemons.it/drymer/jabbergram $ cd jabbergram $ su -c "pip3 install -r requirements.txt" $ su -c "python3 setup.py install" @@ -93,7 +93,7 @@ Clonar el repositorio: #+BEGIN_SRC sh - $ git clone git://daemons.cf/jabbergram + $ git clone https://git.daemons.it/drymer/jabbergram $ cd jabbergram $ su -c "pip3 install -r requirements.txt" $ su -c "python3 setup.py install" diff --git a/README.rst b/README.rst index d54ef65..146091d 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ Clone the repository: .. code-block:: sh :number-lines: 0 - $ git clone git://daemons.cf/jabbergram + $ git clone https://git.daemons.it/drymer/jabbergram $ cd jabbergram $ su -c "pip3 install -r requirements.txt" $ su -c "python3 setup.py install" @@ -135,7 +135,7 @@ Clonar el repositorio: .. code-block:: sh :number-lines: 0 - $ git clone git://daemons.cf/jabbergram + $ git clone https://git.daemons.it/drymer/jabbergram $ cd jabbergram $ su -c "pip3 instalar -r requirements.txt" $ su -c "python3 setup.py install" diff --git a/setup.py b/setup.py index c4ea6b1..728d839 100644 --- a/setup.py +++ b/setup.py @@ -10,8 +10,8 @@ setup(name='jabbergram', long_description=open('README.rst', encoding='utf-8').read(), author='drymer', author_email='drymer@autistici.org', - url='http://daemons.cf/cgit/jabbergram/about/', - download_url='http://daemons.cf/cgit/jabbergram/snapshot/jabbergram-' + VERSION + '.tar.gz', + url='http://git.daemons.it/drymer/jabbergram/about/', + download_url='https://git.daemons.it/drymer/jabbergram/archive/' + VERSION + '.tar.gz', scripts=['jabbergram.py'], license="GPLv3", install_requires=[