From deca975350719e0b87afd5f0f2e6b26e5b643e7a Mon Sep 17 00:00:00 2001 From: Andre Kahles Date: Thu, 24 Oct 2024 10:27:49 +0200 Subject: [PATCH] Updated source for jdupes dependency --- .github/workflows/pythonapp.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 72aef91..b52922c 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -32,7 +32,7 @@ jobs: # jdupes is an optional dependency in the precondition checks, need it here for testing - name: Install jdupes run: | - git clone https://github.com/jbruchon/jdupes.git + git clone https://codeberg.org/jbruchon/jdupes.git cd jdupes git checkout v1.19.1 make && sudo make install diff --git a/README.md b/README.md index 6899c2b..1d7ab69 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ It supports: - [plzip](https://www.nongnu.org/lzip/plzip.html) (available for some package management systems like `apt` or `brew`) - gnupg (optional, only required for encryption) -- [jdupes](https://github.com/jbruchon/jdupes) (optional, for preparation checks) +- [jdupes](https://codeberg.org/jbruchon/jdupes) (optional, for preparation checks) ### Install Python Package