Skip to content

Commit

Permalink
Fix repo urls
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Oct 25, 2024
1 parent b4cc6c4 commit 553b5db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.0.1",
"description": "Add tooltips for glossary terms",
"author": "Katja S\u00fcss",
"homepage": "https://github.com/ksuess/volto-slate-glossary",
"homepage": "https://github.com/rohberg/volto-slate-glossary",
"license": "MIT",
"keywords": [
"volto-addon",
Expand Down
4 changes: 2 additions & 2 deletions packages/volto-slate-glossary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"react"
],
"author": "Katja Süss",
"homepage": "https://github.com/ksuess/volto-slate-glossary#readme",
"homepage": "https://github.com/rohberg/volto-slate-glossary#readme",
"repository": {
"type": "git",
"url": "[email protected]:ksuess/volto-slate-glossary.git"
"url": "[email protected]:rohberg/volto-slate-glossary.git"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/volto-slate-glossary/towncrier.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title_format = "## {version} ({project_date})"
underlines = ["", "", ""]
template = "./node_modules/@plone/scripts/templates/towncrier_template.jinja"
start_string = "<!-- towncrier release notes start -->\n"
issue_format = "[#{issue}](https://github.com/ksuess/volto-slate-glossary/issue/{issue})"
issue_format = "[#{issue}](https://github.com/rohberg/volto-slate-glossary/issue/{issue})"

[[tool.towncrier.type]]
directory = "breaking"
Expand Down

0 comments on commit 553b5db

Please sign in to comment.