diff --git a/.gitignore b/.gitignore index 0f86631..014749f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ *.swp -github_to_gogs -github_to_gogs.ini +github-to-gogs +github-to-gogs.ini diff --git a/Makefile b/Makefile index 42b6cd7..3555b96 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION := $(shell cat ./VERSION) build: - go build -ldflags="-s -w" github_to_gogs.go + go build -ldflags="-s -w" release: diff --git a/github_to_gogs.go b/github-to-gogs.go similarity index 100% rename from github_to_gogs.go rename to github-to-gogs.go diff --git a/github_to_gogs.ini.sample b/github-to-gogs.ini.sample similarity index 100% rename from github_to_gogs.ini.sample rename to github-to-gogs.ini.sample