diff --git a/README.md b/README.md index 5cb8425..a378ef1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This project is a small tool to export all open issues of a Gitea repository int ## Installation ```shell script -go get git.jfdev.de/JonasFranzDEV/gitea-issue-exporter +go get git.jonasfranz.software/JonasFranzDEV/gitea-issue-exporter ``` ## Usage diff --git a/go.mod b/go.mod index d495c02..255df39 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.jfdev.de/JonasFranzDEV/gitea-issue-exporter +module git.jonasfranz.software/JonasFranzDEV/gitea-issue-exporter go 1.14 diff --git a/main.go b/main.go index 50ef8c6..7243235 100644 --- a/main.go +++ b/main.go @@ -1,7 +1,7 @@ package main import ( - "git.jfdev.de/JonasFranzDEV/gitea-issue-exporter/cmd" + "git.jonasfranz.software/JonasFranzDEV/gitea-issue-exporter/cmd" "github.com/urfave/cli" "log" "os"