From c80617aae91a85844a76e5d496549c359ac11142 Mon Sep 17 00:00:00 2001 From: Penelope Haze Date: Wed, 19 Jun 2024 21:43:19 -0400 Subject: [PATCH] Fix incorrect licensing info for tracks by Sunbeamstress --- code/datums/audio/_tracks.dm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/code/datums/audio/_tracks.dm b/code/datums/audio/_tracks.dm index 4c4bb54fc7854..bafdc810365c6 100644 --- a/code/datums/audio/_tracks.dm +++ b/code/datums/audio/_tracks.dm @@ -91,9 +91,9 @@ /singleton/audio/track/elibao source = 'sound/music/elibao.ogg' title = "every light is blinking at once" - author = "Earthcrusher" + author = "Sunbeamstress" license = /singleton/license/cc_by_nc_sa_3_0 - url = "https://soundcloud.com/alexanderdivine/every-light-is-blinking-at-once" + url = "https://soundcloud.com/sunbeamstress/every-light-is-blinking-at-once" /singleton/audio/track/endless_space source = 'sound/music/space.ogg' @@ -148,9 +148,9 @@ /singleton/audio/track/lasers source = 'sound/music/lasers_rip_apart_the_bulkhead.ogg' title = "lasers rip apart the bulkhead" - author = "Earthcrusher" + author = "Sunbeamstress" license = /singleton/license/cc_by_nc_sa_3_0 - url = "https://soundcloud.com/alexanderdivine/lasers-rip-apart-the-bulkhead" + url = "https://soundcloud.com/sunbeamstress/lasers-rip-apart-the-bulkhead" /singleton/audio/track/level3_mod display = "Scratch" @@ -221,9 +221,9 @@ /singleton/audio/track/pwmur source = 'sound/music/pwmur.ogg' title = "phoron will make us rich" - author = "Earthcrusher" + author = "Sunbeamstress" license = /singleton/license/cc_by_nc_sa_3_0 - url = "https://soundcloud.com/alexanderdivine/phoron-will-make-us-rich" + url = "https://soundcloud.com/sunbeamstress/phoron-will-make-us-rich" /singleton/audio/track/rimward_cruise source = 'sound/music/rimward_cruise.ogg'