renamed project from _ to -

This commit is contained in:
Paul 2019-07-07 12:00:08 +02:00
parent f82b4c900b
commit 7be4cf928f
4 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View File

@ -1,3 +1,3 @@
*.swp *.swp
github_to_gogs github-to-gogs
github_to_gogs.ini github-to-gogs.ini

View File

@ -1,7 +1,7 @@
VERSION := $(shell cat ./VERSION) VERSION := $(shell cat ./VERSION)
build: build:
go build -ldflags="-s -w" github_to_gogs.go go build -ldflags="-s -w"
release: release: