🚚 Rename project to lenore

This commit is contained in:
Dan Jones 2023-03-25 20:42:54 -05:00
commit 12fd475ee3
6 changed files with 8 additions and 8 deletions

View file

@ -66,7 +66,7 @@ func newConfig() Config {
func init() {
config = newConfig()
configPath := configdir.LocalConfig("gopub")
configPath := configdir.LocalConfig("lenore")
if err := configdir.MakePath(configPath); err != nil {
panic(err)
}