🚚 Rename project to lenore
This commit is contained in:
parent
213c9f6541
commit
12fd475ee3
6 changed files with 8 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
package commands
|
||||
|
||||
import (
|
||||
"codeberg.org/danjones000/gopub/config"
|
||||
"codeberg.org/danjones000/lenore/config"
|
||||
"github.com/gofiber/fiber/v2"
|
||||
"github.com/spf13/cobra"
|
||||
"log"
|
||||
|
|
@ -33,7 +33,7 @@ func app(cmd *cobra.Command, args []string) {
|
|||
|
||||
var AppCmd = &cobra.Command{
|
||||
Use: "app",
|
||||
Short: "Run the gopub webapp",
|
||||
Short: "Run the lenore webapp",
|
||||
Long: `This is the main command. This will start the application, and keep it running.
|
||||
You may want to run this from something like supervisor or systemd`,
|
||||
Run: app,
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ import (
|
|||
)
|
||||
|
||||
var rootCmd = &cobra.Command{
|
||||
Use: "gopub",
|
||||
Short: "gopub is a single-user ActivityPub instance",
|
||||
Use: "lenore",
|
||||
Short: "lenore is a single-user ActivityPub instance",
|
||||
Long: "...",
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue