Skip to content

Commit 3a7962b

Browse files
authored
Merge pull request #165 from sanette/patch-4
update tsdl-xxx new maintainer
2 parents 567ea63 + 46ab11e commit 3a7962b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/games.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ An OCaml module providing thin bindings to the `SDL` 2.0 library.
1212
sound, fonts, and game controller input.
1313
This library uses `ctypes`,
1414
and therefore requires less work to track changes to the C SDL libraries.
15-
* [tsdl-ttf](https://github.com/tokenrove/tsdl-ttf):
15+
* [tsdl-ttf](https://github.com/sanette/tsdl-ttf):
1616
Support for SDL's truetype font library.
17-
* [tsdl-mixer](https://github.com/tokenrove/tsdl-mixer):
17+
* [tsdl-mixer](https://github.com/sanette/tsdl-mixer):
1818
Support for the sound mixer component of TSDL.
19-
* [tsdl-image](https://github.com/tokenrove/tsdl-image):
19+
* [tsdl-image](https://github.com/sanette/tsdl-image):
2020
Support for the image-loading component of SDL.
2121
* [OCamlSDL2](https://github.com/fccm/OCamlSDL2):
2222
Bindings to the `SDL` 2.0 library using the traditional C ffi rather than `ctypes`,

0 commit comments

Comments
 (0)