Skip to content

Commit

Permalink
Change Github URLs that reference ekklesia projects to edemocracy
Browse files Browse the repository at this point in the history
  • Loading branch information
dpausp committed Mar 16, 2021
1 parent a32e16f commit cdcb11c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dataclasses-json = "^0.4.3"
passlib = "^1.7.2"
psycopg2 = "^2.8.5"
sqlalchemy-searchable = "^1.1.0"
ekklesia-common = {git = "https://github.com/Piratenpartei/ekklesia-common", rev = "master"}
ekklesia-common = {git = "https://github.com/edemocracy/ekklesia-common", rev = "master"}
base32-crockford = "^0.3.0"
py-gfm = "0.1.4"
markdown = "2.6.11"
Expand Down
2 changes: 1 addition & 1 deletion src/ekklesia_portal/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def app_setting_section():
"insecure_development_mode": False,
"internal_login_enabled": True,
"custom_footer_url": None,
"source_code_url": "https://github.com/Piratenpartei/ekklesia-portal",
"source_code_url": "https://github.com/edemocracy/ekklesia-portal",
"tos_url": None,
"data_protection_url": None,
"faq_url": None,
Expand Down

0 comments on commit cdcb11c

Please sign in to comment.