Skip to content

Commit e2e30e5

Browse files
author
Owen
authored
transfer sicgl submodule (#4)
1 parent 6056c97 commit e2e30e5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "third-party/sicgl"]
22
path = third-party/sicgl
3-
url = https://github.com/oclyke-dev/sicgl
3+
url = https://github.com/oclyke/sicgl.git
44
[submodule "scripts/third-party/run-clang-format"]
55
path = scripts/third-party/run-clang-format
66
url = https://github.com/Sarcasm/run-clang-format

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pysicgl
22

3-
pysicgl is a Python C extension interface for the [sicgl](https://github.com/oclyke-dev/sicgl) graphics library.
3+
pysicgl is a Python C extension interface for the [sicgl](https://github.com/oclyke/sicgl) graphics library.
44

55
both projects are young and would benefit from community involvement.

docs/concepts.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
concepts
44
----------------
55

6-
pysicgl is a Python interface to `sicgl<https://github.com/oclyke-dev/sicgl>`_
6+
pysicgl is a Python interface to `sicgl<https://github.com/oclyke/sicgl>`_
77
-- underlying design choices stem from that project. Briefly these goals include:
88
* speed over memory footprint
99
* hardware agnostic

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dynamic = [
2727
]
2828

2929
[project.urls]
30-
Source = "https://github.com/oclyke-dev/pysicgl"
30+
Source = "https://github.com/oclyke/pysicgl"
3131

3232
[build-system]
3333
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]

0 commit comments

Comments
 (0)