Skip to content

Commit

Permalink
replace reference mutantsan to DataShades
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Oct 24, 2024
1 parent d4d76df commit e4b595b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Tests](https://github.com/mutantsan/ckanext-clamav/workflows/Tests/badge.svg?branch=main)](https://github.com/mutantsan/ckanext-clamav/actions)
[![Tests](https://github.com/DataShades/ckanext-clamav/workflows/Tests/badge.svg?branch=main)](https://github.com/DataShades/ckanext-clamav/actions)

# ckanext-clamav

Expand Down Expand Up @@ -31,7 +31,7 @@ To install ckanext-clamav:

2. Clone the source and install it on the virtualenv
```
git clone https://github.com/mutantsan/ckanext-clamav.git
git clone https://github.com/DataShades/ckanext-clamav.git
cd ckanext-clamav
pip install -e .
pip install -r requirements.txt
Expand Down Expand Up @@ -79,7 +79,7 @@ To install ckanext-clamav:
To install ckanext-clamav for development, activate your CKAN virtualenv and
do:

git clone https://github.com/mutantsan/ckanext-clamav.git
git clone https://github.com/DataShades/ckanext-clamav.git
cd ckanext-clamav
python setup.py develop
pip install -r dev-requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
dependencies = []
license = {text = "AGPL"}
requires-python = ">=3.8"
version = "1.0.31"
version = "1.0.32"

[project.entry-points."ckan.plugins"]
clamav="ckanext.clamav.plugin:ClamavPlugin"
Expand Down

0 comments on commit e4b595b

Please sign in to comment.