Track cinera_includes_bitwise*
This commit is contained in:
parent
526fdd8fe2
commit
48df8da318
|
@ -0,0 +1,10 @@
|
|||
// vim:ft=c:
|
||||
|
||||
medium = "admin" { icon = "🗹"; name = "Administrivia"; }
|
||||
medium = "afk" { icon = "…"; name = "Away from Keyboard"; hidden = "true"; }
|
||||
medium = "programming" { icon = "🖮"; name = "Programming"; }
|
||||
medium = "rant" { icon = "💢"; name = "Rant"; }
|
||||
medium = "research" { icon = "📖"; name = "Research"; }
|
||||
medium = "run" { icon = "🏃"; name = "In-Game"; }
|
||||
medium = "speech" { icon = "🗩"; name = "Speech"; }
|
||||
medium = "trivia" { icon = "🎲"; name = "Trivia"; }
|
|
@ -0,0 +1,17 @@
|
|||
// vim:ft=c:
|
||||
|
||||
person = "pervognsen"
|
||||
{
|
||||
name = "Per Vognsen";
|
||||
homepage = "https://github.com/pervognsen/bitwise/";
|
||||
}
|
||||
|
||||
person = "miblo"
|
||||
{
|
||||
name = "Matt Mascarenhas";
|
||||
homepage = "https://miblodelcarpio.co.uk/";
|
||||
support = "sendowl"
|
||||
{
|
||||
url = "https://miblodelcarpio.co.uk/cinera#pledge";
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue