cinera_includes_*: Add roles and owner host credit

This commit is contained in:
Matt Mascarenhas 2021-05-31 19:31:29 +01:00
parent eb4548b401
commit ecc4797958
3 changed files with 13 additions and 0 deletions

View File

@ -1,5 +1,9 @@
// vim:ft=c:
role = "host" { name = "Host"; }
role = "guest" { name = "Guest"; }
credit = "$owner" { role = "host"; }
person = "pervognsen"
{
name = "Per Vognsen";

View File

@ -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"

View File

@ -1,5 +1,9 @@
// vim:ft=c:
role = "host" { name = "Host"; }
role = "guest" { name = "Guest"; }
credit = "$owner" { role = "host"; }
person = "miblo"
{
name = "Matt Mascarenhas";