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 fa318cf commit f59c3a1
Show file tree
Hide file tree
Showing 2 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
@@ -1,4 +1,4 @@
[![Tests](https://github.com/mutantsan/ckanext-let-me-in/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/mutantsan/ckanext-let-me-in/actions/workflows/test.yml)
[![Tests](https://github.com/DataShades/ckanext-let-me-in/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/DataShades/ckanext-let-me-in/actions/workflows/test.yml)

# ckanext-let-me-in

Expand Down Expand Up @@ -35,7 +35,7 @@ Available configuration options:
To install ckanext-let-me-in for development, activate your CKAN virtualenv and
do:

git clone https://github.com/mutantsan/ckanext-let-me-in.git
git clone https://github.com/DataShades/ckanext-let-me-in.git
cd ckanext-let-me-in
python setup.py develop

Expand Down
4 changes: 2 additions & 2 deletions 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-let-me-in"
version = "1.0.11"
version = "1.0.12"
description = "An extension that generates a one-time login link for a user"
authors = [
{name = "DataShades", email = "[email protected]"},
Expand All @@ -30,7 +30,7 @@ file = "README.md"
content-type = "text/markdown"

[project.urls]
Homepage = "https://github.com/mutantsan/ckanext-let-me-in"
Homepage = "https://github.com/DataShades/ckanext-let-me-in"

[project.entry-points]
"babel.extractors" = {ckan = "ckan.lib.extract:extract_ckan"}
Expand Down

0 comments on commit f59c3a1

Please sign in to comment.