Skip to content

Commit 7726cde

Browse files
committed
Fix homepage urls
1 parent db5c8e8 commit 7726cde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/arranger/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ email = "github@delfick.com"
2020
arranger = "arranger.addon"
2121

2222
[project.urls]
23-
Homepage = "http://github.com/delfick/photons/apps/arranger"
23+
Homepage = "https://photons.delfick.com/apps/arranger/"
2424

2525
[tool.hatch.version]
2626
path = "arranger/__init__.py"

apps/interactor/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ name = "Stephen Moore"
2424
email = "github@delfick.com"
2525

2626
[project.urls]
27-
Homepage = "http://github.com/delfick/photons/apps/interactor"
27+
Homepage = "https://photons.delfick.com/apps/interactor/"
2828

2929
[project.entry-points."lifx.photons"]
3030
interactor = "interactor.addon"

0 commit comments

Comments
 (0)