Skip to content

Commit 3e4c6b5

Browse files
committed
chore: rename the repository
1 parent 67bdf63 commit 3e4c6b5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# lua-fenster-audio
1+
# lua-fensteraudio
22

33
> The most minimal cross-platform audio playback library - now in Lua!
44

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: lua-fenster-audio
1+
name: lua-fensteraudio
22

33

44
x-build-preset: &build_preset

fensteraudio-dev-1.rockspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ rockspec_format = '3.0'
22
package = 'fensteraudio'
33
version = 'dev-1' -- this will be replaced by the release workflow
44
source = {
5-
url = 'git+https://github.com/jonasgeiler/lua-fenster-audio',
5+
url = 'git+https://github.com/jonasgeiler/lua-fensteraudio',
66
branch = 'main', -- this will be replaced by the release workflow
77
}
88
description = {
@@ -12,8 +12,8 @@ description = {
1212
'C library, providing a minimal cross-platform audio playback library for ' ..
1313
'playing sound files and tones.',
1414
license = 'MIT',
15-
homepage = 'https://github.com/jonasgeiler/lua-fenster-audio',
16-
issues_url = 'https://github.com/jonasgeiler/lua-fenster-audio/issues',
15+
homepage = 'https://github.com/jonasgeiler/lua-fensteraudio',
16+
issues_url = 'https://github.com/jonasgeiler/lua-fensteraudio/issues',
1717
maintainer = 'Jonas Geiler',
1818
labels = {
1919
'audio', 'sound', 'alsa'

0 commit comments

Comments
 (0)