Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
akahles committed Oct 24, 2024
2 parents 7987f8e + deca975 commit a130b74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a130b74

Please sign in to comment.