Change repository's url
This commit is contained in:
parent
c5505f8eef
commit
1453f3955f
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
4
setup.py
4
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=[
|
||||
|
|
Loading…
Reference in New Issue