[dw-nonfree] Sunday Morning improperly credited
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/17fbe72bf361]
http://bugs.dwscoalition.org/show_bug.cgi?id=1789
Correct username for Sunday Morning.
Patch by
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1789
Correct username for Sunday Morning.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/sundaymorning/layout.s2
- cgi-bin/LJ/S2Theme/sundaymorning.pm
-------------------------------------------------------------------------------- diff -r a63942c44177 -r 17fbe72bf361 bin/upgrading/s2layers/sundaymorning/layout.s2 --- a/bin/upgrading/s2layers/sundaymorning/layout.s2 Sun Sep 13 16:29:49 2009 +0800 +++ b/bin/upgrading/s2layers/sundaymorning/layout.s2 Sun Sep 13 15:00:23 2009 +0000 @@ -7,7 +7,7 @@ layerinfo "lang" = "en"; # Originally a Transmogrified theme set layout_type = "two-columns-left"; -set layout_authors = [ { "name" => "Calla", "type" => "user" } ]; +set layout_authors = [ { "name" => "regna", "type" => "user" } ]; set entry_management_links = "text"; set comment_management_links = "text"; diff -r a63942c44177 -r 17fbe72bf361 cgi-bin/LJ/S2Theme/sundaymorning.pm --- a/cgi-bin/LJ/S2Theme/sundaymorning.pm Sun Sep 13 16:29:49 2009 +0800 +++ b/cgi-bin/LJ/S2Theme/sundaymorning.pm Sun Sep 13 15:00:23 2009 +0000 @@ -4,7 +4,7 @@ sub layouts { ( "2l" => "two-columns-lef sub layouts { ( "2l" => "two-columns-left" ) } sub layout_prop { "layout_type" } -sub designer { "Calla" } +sub designer { "regna" } package LJ::S2Theme::sundaymorning::greensquiggle; --------------------------------------------------------------------------------