Skip to content

Commit 8277d4d

Browse files
committed
Migrate goToMain references to osdp-dev org
The project moved from the goToMain GitHub org to osdp-dev. Update all GitHub URLs, PROJECT_ORG, the c-utils submodule URL, and doc and source references to match. Signed-off-by: Siddharth Chandrasekaran <sidcha.dev@gmail.com>
1 parent 7680132 commit 8277d4d

15 files changed

Lines changed: 30 additions & 30 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dependabot keeps our exposed dependency surfaces current.
2-
# The git submodule (utils -> goToMain/c-utils) is intentionally excluded:
2+
# The git submodule (utils -> osdp-dev/c-utils) is intentionally excluded:
33
# its pointer is bumped manually under controlled review.
44
version: 2
55
updates:

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "utils"]
22
path = utils
3-
url = https://github.com/goToMain/c-utils.git
3+
url = https://github.com/osdp-dev/c-utils.git

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ project(libosdp VERSION 3.2.0)
1515
set(PROJECT_AUTHOR "Siddharth Chandrasekaran")
1616
set(PROJECT_AUTHOR_EMAIL "sidcha.dev@gmail.com")
1717
set(PROJECT_YEAR "2019")
18-
set(PROJECT_ORG "goToMain")
19-
set(PROJECT_URL "https://github.com/goToMain/libosdp/")
18+
set(PROJECT_ORG "osdp-dev")
19+
set(PROJECT_URL "https://github.com/osdp-dev/libosdp/")
2020
set(PROJECT_HOMEPAGE "https://doc.osdp.dev/")
2121
set(PROJECT_DESCRIPTION "Open Supervised Device Protocol (OSDP) Library")
2222
set(PROJECT_LICENSE "Apache License, Version 2.0 (Apache-2.0)")

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ transparent as possible, whether it's:
1313
We use GitHub to host code, to track issues and feature requests, as well as
1414
accept contributions in the from of pull requests.
1515

16-
You start off by creating a fork of goToMain/libosdp to <your-username>/libosdp
16+
You start off by creating a fork of osdp-dev/libosdp to <your-username>/libosdp
1717
and then clone from your fork (or add another remote to existing clone). After
1818
that, you can create a branch from master and make your code changes there and
1919
push your changed to origin (if you added a remote earlier, then to that
2020
remote). Now when you visit the GitHub page for <your-username>/libosdp, you
21-
should see an option to raise a pull request to goToMain/libosdp.
21+
should see an option to raise a pull request to osdp-dev/libosdp.
2222

2323
You can read more about GitHub development work flow [here][1] and
2424

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ commands and replies and their support status in LibOSDP [here][22].
105105

106106
* A working C compiler; such as gcc, clang or msvc
107107
* CMake 3.14 or newer (or GNU Make)
108-
* [goToMain/C-Utils][25] submodule
108+
* [osdp-dev/C-Utils][25] submodule
109109

110110
Optionally,
111111
* Python3 (host)
@@ -142,7 +142,7 @@ You can also read the [API documentation][26] for a comprehensive list of APIs
142142
that are exposed by LibOSDP.
143143

144144
```sh
145-
git clone https://github.com/goToMain/libosdp --recurse-submodules
145+
git clone https://github.com/osdp-dev/libosdp --recurse-submodules
146146
cd libosdp
147147
cmake -B build .
148148
cmake --build build --parallel
@@ -203,17 +203,17 @@ supporting the development by donations though my [GitHub sponsors page][15].
203203
Your support will ensure sustained development of LibOSDP.
204204

205205
[1]: https://img.shields.io/github/v/release/GoToMain/libosdp?display_name=tag&logo=github
206-
[2]: https://github.com/goToMain/libosdp/releases/latest
206+
[2]: https://github.com/osdp-dev/libosdp/releases/latest
207207
[3]: https://github.com/goTomain/libosdp/workflows/Build%20CI/badge.svg
208208
[4]: https://github.com/goTomain/libosdp/actions?query=workflow%3A%22Build+CI%22
209209
[5]: https://docs.pytest.org/en/latest/
210210
[7]: https://github.com/ARMmbed/mbedtls
211211
[8]: https://www.openssl.org/
212212
[9]: https://www.doxygen.nl/index.html
213213
[10]: https://crates.io/crates/libosdp
214-
[11]: https://github.com/goToMain/libosdp-rs/tree/master/libosdp
214+
[11]: https://github.com/osdp-dev/libosdp-rs/tree/master/libosdp
215215
[12]: https://pypi.org/project/libosdp/
216-
[13]: https://github.com/goToMain/libosdp/tree/master/python
216+
[13]: https://github.com/osdp-dev/libosdp/tree/master/python
217217
[14]: https://doc.osdp.dev/libosdp/debugging
218218
[15]: https://github.com/sponsors/sidcha
219219
[16]: https://img.shields.io/pypi/v/libosdp?logo=python&link=https%3A%2F%2Fpypi.org%2Fproject%2Flibosdp%2F
@@ -227,15 +227,15 @@ Your support will ensure sustained development of LibOSDP.
227227
[25]: https://github.com/goTomain/c-utils
228228
[26]: https://doc.osdp.dev/api/
229229
[27]: https://doc.osdp.dev/protocol/faq
230-
[28]: https://github.com/goToMain/libosdp/issues/new/choose
231-
[31]: https://github.com/goToMain/libosdp/issues
230+
[28]: https://github.com/osdp-dev/libosdp/issues/new/choose
231+
[31]: https://github.com/osdp-dev/libosdp/issues
232232
[32]: https://img.shields.io/vcpkg/v/libosdp
233233
[33]: https://vcpkg.link/ports/libosdp
234234
[34]: https://img.shields.io/crates/v/libosdp?style=flat&logo=rust&logoColor=DDD&label=crate%20%3A%20libosdp&link=https%3A%2F%2Fcrates.io%2Fcrates%2Flibosdp
235235
[35]: https://crates.io/crates/libosdp
236236
[36]: https://img.shields.io/crates/v/osdpctl?style=flat&logo=rust&logoColor=DDD&label=crate%20%3A%20osdpctl&link=https%3A%2F%2Fcrates.io%2Fcrates%2Fosdpctl
237237
[37]: https://crates.io/crates/osdpctl
238-
[38]: https://github.com/goToMain/libosdp/blob/master/include/osdp.h
239-
[39]: https://github.com/goToMain/libosdp/tree/master/examples
238+
[38]: https://github.com/osdp-dev/libosdp/blob/master/include/osdp.h
239+
[39]: https://github.com/osdp-dev/libosdp/tree/master/examples
240240
[40]: https://doc.osdp.dev/libosdp/compatibility
241241
[41]: https://doc.osdp.dev/libosdp/secure-channel

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ email address is usually sufficient to establish this.
4444
You may also monitor the [security advisories][3] page, though it is updated only
4545
after an issue has been disclosed publicly.
4646

47-
[1]: https://github.com/goToMain/libosdp/releases
47+
[1]: https://github.com/osdp-dev/libosdp/releases
4848
[2]: https://github.com/sidcha.gpg
49-
[3]: https://github.com/goToMain/libosdp/security/advisories
49+
[3]: https://github.com/osdp-dev/libosdp/security/advisories

configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ echo "Generating libosdp.pc"
241241
sed -e "s|@CMAKE_INSTALL_PREFIX@|${PREFIX}|" \
242242
-e "s|@PROJECT_NAME@|${PROJECT_NAME}|" \
243243
-e 's|@PROJECT_DESCRIPTION@|Open Supervised Device Protocol (OSDP) Library|' \
244-
-e "s|@PROJECT_URL@|https://github.com/goToMain/libosdp|" \
244+
-e "s|@PROJECT_URL@|https://github.com/osdp-dev/libosdp|" \
245245
-e "s|@PROJECT_VERSION@|${PROJECT_VERSION}|" \
246246
-e "s|@LIB_TARGET@|osdp|" \
247247
-e "s|@LIBOSDP_PC_LIBDIR_REL@|lib|" \

examples/platformio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PlatformIO Arduino Examples
22

33
LibOSDP provides a native port for [PlatformIO][1]. If you have it already
4-
setup, you can set `lib_deps=https://github.com/goToMain/libosdp` in your
4+
setup, you can set `lib_deps=https://github.com/osdp-dev/libosdp` in your
55
`platformio.ini` and build your CP/PD application as you would build any
66
PlatformIO project.
77

examples/rust/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
See: https://github.com/goToMain/libosdp-rs/tree/master/libosdp/examples
1+
See: https://github.com/osdp-dev/libosdp-rs/tree/master/libosdp/examples

python/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ pip install libosdp
3131
Or, from github,
3232

3333
```sh
34-
pip install -e "git+https://github.com/goToMain/libosdp#egg=libosdp&subdirectory=python"
34+
pip install -e "git+https://github.com/osdp-dev/libosdp#egg=libosdp&subdirectory=python"
3535
```
3636

3737
Or, from source using,
3838

3939
```sh
40-
git clone https://github.com/goToMain/libosdp --recurse-submodules
40+
git clone https://github.com/osdp-dev/libosdp --recurse-submodules
4141
cd libosdp/python
4242
pip install .
4343
```
@@ -180,5 +180,5 @@ def on_event_complete(event, status):
180180
pd.set_event_completion_handler(on_event_complete)
181181
```
182182

183-
[2]: https://github.com/goToMain/libosdp/blob/master/examples/python/cp_app.py
184-
[3]: https://github.com/goToMain/libosdp/blob/master/examples/python/pd_app.py
183+
[2]: https://github.com/osdp-dev/libosdp/blob/master/examples/python/cp_app.py
184+
[3]: https://github.com/osdp-dev/libosdp/blob/master/examples/python/pd_app.py

0 commit comments

Comments
 (0)