aboutsummaryrefslogtreecommitdiff
path: root/maintainers.yml
blob: 87661f6a79dec447cbedcff58459593cc707f85f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This file is a list of maintainers for the project. It is used by the
# the `commit.sh` script to automatically add maintainers to the 
# `README.md` file in the maintainers section, present at the bottom 
# of the file.


# The maintainers are listed in the following format:
# - name: <name of the maintainer>
#   github: <github username of the maintainer>
#   email: <email of the maintainer> (optional)
#   website: <website of the maintainer> (optional)

# The maintainers are listed in the order of their addition to the file. If
# you ever added or modified any parts of this repository, please add your
# name to the maintainers list at the bottom of this file.

- name: "Bobby"
  github: "luciferreeves"
  email: ""
  website: "https://thatcomputerscientist.com"