Skip to content

Commit cb330fe

Browse files
authored
chore: update repo urls (#14)
1 parent baf42e1 commit cb330fe

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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 Mason L'Etoile
3+
Copyright (c) 2025 Starlet Libraries, Mason L'Etoile
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Starlet Serializer
22

3-
![Tests](https://github.com/starlet-engine/serializer/actions/workflows/test.yml/badge.svg)
3+
![Tests](https://github.com/starlet-libs/serializer/actions/workflows/test.yml/badge.svg)
44
[![C++20](https://img.shields.io/badge/C%2B%2B-20-blue.svg)](https://isocpp.org/std/the-standard)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)
66

@@ -26,8 +26,8 @@ A lightweight serialization library for **Starlet** projects to handle both data
2626
- Error-safe macros: `STARLET_PARSE_OR`, `STARLET_PARSE_STRING_OR`
2727

2828
## Dependencies
29-
- [starlet-math](https://github.com/starlet-engine/math) (auto-fetched)
30-
- [starlet-logger](https://github.com/starlet-engine/logger) (auto-fetched)
29+
- [starlet-math](https://github.com/starlet-libs/math) (auto-fetched)
30+
- [starlet-logger](https://github.com/starlet-libs/logger) (auto-fetched)
3131

3232
## Installation
3333

@@ -44,7 +44,7 @@ A lightweight serialization library for **Starlet** projects to handle both data
4444
include(FetchContent)
4545
4646
FetchContent_Declare(starlet_serializer
47-
GIT_REPOSITORY https://github.com/starlet-engine/serializer.git
47+
GIT_REPOSITORY https://github.com/starlet-libs/serializer.git
4848
GIT_TAG main
4949
)
5050
FetchContent_MakeAvailable(starlet_serializer)
@@ -65,7 +65,7 @@ executable('app_name', 'main.cpp', dependencies: starlet_serializer_dep)
6565

6666
### Building and Testing
6767
```bash
68-
git clone https://github.com/starlet-engine/serializer.git
68+
git clone https://github.com/starlet-libs/serializer.git
6969
cd serializer
7070
```
7171

0 commit comments

Comments
 (0)