From e0623add350259636af451eb79e37e1b08aebba9 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 29 Jul 2024 14:06:17 +0200 Subject: [PATCH] Update dictionary repository --- LICENSE | 2 +- README.rst | 2 +- pyphen/dictionaries/update.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index c823db8..1d860cf 100644 --- a/LICENSE +++ b/LICENSE @@ -5,4 +5,4 @@ Many dictionaries are included in pyphen, they come from the LibreOffice git repository and are distributed under GPL, LGPL and/or MPL. See the dictionaries and the libreoffice's repository for more details. -http://cgit.freedesktop.org/libreoffice/dictionaries/tree/ +https://git.libreoffice.org/dictionaries diff --git a/README.rst b/README.rst index 2d16140..730d4c8 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ repository and are distributed under GPL, LGPL and/or MPL. Dictionaries are not modified in this repository. See the dictionaries and LibreOffice's repository for more details. -https://cgit.freedesktop.org/libreoffice/dictionaries/tree/ +https://git.libreoffice.org/dictionaries * Free software: GPL 2.0+ or LGPL 2.1+ or MPL 1.1 for the code * For Python 3.8+, tested on CPython and PyPy diff --git a/pyphen/dictionaries/update.sh b/pyphen/dictionaries/update.sh index 56b424b..cba2dd0 100644 --- a/pyphen/dictionaries/update.sh +++ b/pyphen/dictionaries/update.sh @@ -1,4 +1,4 @@ -git clone git://anongit.freedesktop.org/libreoffice/dictionaries libreoffice-dictionaries +git clone https://git.libreoffice.org/dictionaries libreoffice-dictionaries cd libreoffice-dictionaries git pull cd ..