diff --git a/cinera_includes_bitwise_people.conf b/cinera_includes_bitwise_people.conf index 85dc0df..c2d88db 100644 --- a/cinera_includes_bitwise_people.conf +++ b/cinera_includes_bitwise_people.conf @@ -1,5 +1,9 @@ // vim:ft=c: +role = "host" { name = "Host"; } +role = "guest" { name = "Guest"; } +credit = "$owner" { role = "host"; } + person = "pervognsen" { name = "Per Vognsen"; diff --git a/cinera_includes_hero_people.conf b/cinera_includes_hero_people.conf index 5ec8b65..91c3092 100644 --- a/cinera_includes_hero_people.conf +++ b/cinera_includes_hero_people.conf @@ -1,5 +1,9 @@ // vim:ft=c: +role = "host" { name = "Host"; } +role = "guest" { name = "Guest"; } +credit = "$owner" { role = "host"; } + person = "cmuratori" { name = "Casey Muratori"; @@ -8,6 +12,7 @@ person = "cmuratori" { url = "https://handmadehero.org/fund"; } + quote_username = "handmade_hero"; } person = "miblo" diff --git a/cinera_includes_riscy_people.conf b/cinera_includes_riscy_people.conf index 0faa907..b98df19 100644 --- a/cinera_includes_riscy_people.conf +++ b/cinera_includes_riscy_people.conf @@ -1,5 +1,9 @@ // vim:ft=c: +role = "host" { name = "Host"; } +role = "guest" { name = "Guest"; } +credit = "$owner" { role = "host"; } + person = "miblo" { name = "Matt Mascarenhas";