Skip to content

Commit f2d935f

Browse files
committed
docs: update project URLs to point to pycalendar github org
1 parent e79b907 commit f2d935f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Replace Poetry with Hatch. Version 1.0.4 never got as far as pypi due to a sill
3131

3232
### Fixed
3333

34-
Support for RFC7986-style CATEGORIES split over multiple lines. https://github.com/python-caldav/icalendar-searcher/issues/6
34+
Support for RFC7986-style CATEGORIES split over multiple lines. https://github.com/pycalendar/icalendar-searcher/issues/6
3535
- The sort method did not handle lists very well. In particular, RFC 7986 section 5.6 defines that the categories field may be split over multiple lines in the icalendar object, this could cause an exception to be raised. Now lists are sorted and converted to a comma-separated string prior to sorting.
3636
- The filter method would also run into problems, it has also been fixed
3737

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ dev = [
2929
]
3030

3131
[project.urls]
32-
Repository = "https://github.com/python-caldav/icalendar-searcher"
33-
Issues = "https://github.com/python-caldav/icalendar-searcher/issues"
32+
Repository = "https://github.com/pycalendar/icalendar-searcher"
33+
Issues = "https://github.com/pycalendar/icalendar-searcher/issues"
3434

3535
[tool.hatch.version]
3636
source = "vcs"

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,4 @@ git push origin "$TAG"
140140

141141
echo -e "${GREEN}✓ Release ${TAG} created and pushed!${NC}"
142142
echo -e "${GREEN}✓ GitHub Actions will now run tests and publish to PyPI${NC}"
143-
echo -e "${GREEN}✓ Check progress at: https://github.com/python-caldav/icalendar-searcher/actions${NC}"
143+
echo -e "${GREEN}✓ Check progress at: https://github.com/pycalendar/icalendar-searcher/actions${NC}"

0 commit comments

Comments
 (0)