Skip to content

Commit c6fda49

Browse files
authored
move repo (#15)
1 parent a5f8577 commit c6fda49

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

.changeset/flat-grumpy-trogon.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"changeset": patch
3+
---
4+
5+
bump version

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 browserbase
3+
Copyright (c) 2025 the-roaring
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Changelogs are generated with PR and commit metadata:
107107

108108
```bash
109109
# Clone the repository
110-
git clone https://github.com/browserbase/pychangeset.git
110+
git clone https://github.com/the-roaring/pychangeset.git
111111
cd pychangeset
112112

113113
# Install with uv

changeset/changeset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def init_changesets():
103103
104104
## More info
105105
106-
See https://github.com/browserbase/pychangeset for more information.
106+
See https://github.com/the-roaring/pychangeset for more information.
107107
"""
108108

109109
with open(readme_path, "w") as f:

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ email = "knight@purelymail.com"
1919
text = "MIT"
2020

2121
[project.urls]
22-
Homepage = "https://github.com/browserbase/pychangeset"
23-
Repository = "https://github.com/browserbase/pychangeset"
24-
Issues = "https://github.com/browserbase/pychangeset/issues"
22+
Homepage = "https://github.com/the-roaring/pychangeset"
23+
Repository = "https://github.com/the-roaring/pychangeset"
24+
Issues = "https://github.com/the-roaring/pychangeset/issues"
2525

2626
[project.scripts]
2727
changeset = "changeset.__main__:main"

0 commit comments

Comments
 (0)