move novit.nc to new domains

This commit is contained in:
Mikaël Cluseau
2024-01-20 14:20:51 +01:00
parent bad1cf3c23
commit f8a8344049
17 changed files with 35 additions and 74 deletions

View File

@ -4,7 +4,7 @@ import (
"log"
"github.com/spf13/cobra"
pconfig "novit.nc/direktil/pkg/config"
pconfig "novit.tech/direktil/pkg/config"
)
var (

View File

@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
pconfig "novit.nc/direktil/pkg/config"
pconfig "novit.tech/direktil/pkg/config"
)
func listCommand() (cmd *cobra.Command) {