add maintainer field to config

This commit is contained in:
Jonathan Wren 2020-01-25 12:13:54 -08:00
parent 9a354a95d0
commit 5de0027f3b

View file

@ -7,6 +7,9 @@ authors = [
"Jonathan Wren <jonathan@nowandwren.com>", "Jonathan Wren <jonathan@nowandwren.com>",
"Micah Ellison <micahellison@gmail.com>" "Micah Ellison <micahellison@gmail.com>"
] ]
maintainers = [
"Jonathan Wren and Micah Ellison <jrnl-sh@googlegroups.com>",
]
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"
homepage = "https://jrnl.sh" homepage = "https://jrnl.sh"