From ecc4797958798d8f8141f32f57f0b0eaf6c65c42 Mon Sep 17 00:00:00 2001 From: Matt Mascarenhas Date: Mon, 31 May 2021 19:31:29 +0100 Subject: [PATCH] cinera_includes_*: Add roles and owner host credit --- cinera_includes_bitwise_people.conf | 4 ++++ cinera_includes_hero_people.conf | 5 +++++ cinera_includes_riscy_people.conf | 4 ++++ 3 files changed, 13 insertions(+) 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";