cinera_includes_*: Add roles and owner host credit
This commit is contained in:
parent
eb4548b401
commit
ecc4797958
|
@ -1,5 +1,9 @@
|
||||||
// vim:ft=c:
|
// vim:ft=c:
|
||||||
|
|
||||||
|
role = "host" { name = "Host"; }
|
||||||
|
role = "guest" { name = "Guest"; }
|
||||||
|
credit = "$owner" { role = "host"; }
|
||||||
|
|
||||||
person = "pervognsen"
|
person = "pervognsen"
|
||||||
{
|
{
|
||||||
name = "Per Vognsen";
|
name = "Per Vognsen";
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
// vim:ft=c:
|
// vim:ft=c:
|
||||||
|
|
||||||
|
role = "host" { name = "Host"; }
|
||||||
|
role = "guest" { name = "Guest"; }
|
||||||
|
credit = "$owner" { role = "host"; }
|
||||||
|
|
||||||
person = "cmuratori"
|
person = "cmuratori"
|
||||||
{
|
{
|
||||||
name = "Casey Muratori";
|
name = "Casey Muratori";
|
||||||
|
@ -8,6 +12,7 @@ person = "cmuratori"
|
||||||
{
|
{
|
||||||
url = "https://handmadehero.org/fund";
|
url = "https://handmadehero.org/fund";
|
||||||
}
|
}
|
||||||
|
quote_username = "handmade_hero";
|
||||||
}
|
}
|
||||||
|
|
||||||
person = "miblo"
|
person = "miblo"
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
// vim:ft=c:
|
// vim:ft=c:
|
||||||
|
|
||||||
|
role = "host" { name = "Host"; }
|
||||||
|
role = "guest" { name = "Guest"; }
|
||||||
|
credit = "$owner" { role = "host"; }
|
||||||
|
|
||||||
person = "miblo"
|
person = "miblo"
|
||||||
{
|
{
|
||||||
name = "Matt Mascarenhas";
|
name = "Matt Mascarenhas";
|
||||||
|
|
Loading…
Reference in New Issue