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 2956440 commit 1d66f18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To install ckanext-harvest-basket:

2. Clone the source and install it on the virtualenv

git clone https://github.com/mutantsan/ckanext-harvest-basket.git
git clone https://github.com/DataShades/ckanext-harvest-basket.git
cd ckanext-harvest-basket
pip install -e .
pip install -r requirements.txt
Expand All @@ -47,7 +47,7 @@ Available config options:
To install ckanext-harvest-basket for development, activate your CKAN virtualenv and
do:

git clone https://github.com/mutantsan/ckanext-harvest-basket.git
git clone https://github.com/DataShades/ckanext-harvest-basket.git
cd ckanext-harvest-basket
python setup.py develop
pip install -r requirements.txt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
placeholder="{{ config_placeholder }}"
class="form-control"
>{{ data.config or config_placeholder }}</textarea>
<span class="editor-info-block">{% trans %}Learn more about <a href="https://github.com/mutantsan/ckanext-transmute#working-with-transmute" target="_blank" title="Transmute extension reference">Transmute schema</a> here{% endtrans %}</span>
<span class="editor-info-block">{% trans %}Learn more about <a href="https://github.com/DataShades/ckanext-transmute#working-with-transmute" target="_blank" title="Transmute extension reference">Transmute schema</a> here{% endtrans %}</span>
{% if errors.config and errors.config is iterable %}<span class="error-block">{{ errors.config|join(', ') }}</span>{% endif %}
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ckanext-harvest-basket"
version = "1.3.72"
version = "1.3.73"
description = "A bunch of custom harvesters for ckanext-harvest"
authors = [
{name = "DataShades", email = "[email protected]"},
Expand Down

0 comments on commit 1d66f18

Please sign in to comment.