From 43a68665481857ee4c008d62410576631d1fc772 Mon Sep 17 00:00:00 2001 From: Evgeny Kuznetsov Date: Mon, 22 Nov 2021 21:14:46 +0300 Subject: [PATCH] update import path --- .github/workflows/pre-release.yml | 2 +- .github/workflows/release.yml | 2 +- README.md | 2 +- SOURCE.txt | 2 +- go.mod | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index ac9b4eb..398ef27 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -47,7 +47,7 @@ jobs: run: | mkdir release changelog -n "Evgeny Kuznetsov" -e "evgeny@kuznetsov.md" -p "static-webmentions" CHANGELOG.md - bash <(VER=$(go generate); for ARCH in amd64 386 arm arm64; do GOARCH=$ARCH CGO_ENABLED=0 go build -ldflags "-s -w -buildid= -X main.version=$VER"; tar -czf release/static-webmentions-$VER-linux-$ARCH.tar.gz static-webmentions LICENSE README.md CHANGELOG.md SOURCE.txt; fpm -t deb -s dir -a $ARCH -n static-webmentions -v ${VER%+*} -m "Evgeny Kuznetsov " --deb-changelog debian.changelog --license GPL-3 --deb-priority optional --url https://github.com/nekr0z/static-webmentions --category net --vendor "Evgeny Kuznetsov " --description "A tool to send webmentions from a static website." LICENSE=/usr/share/doc/static-webmentions/ README.md=/usr/share/doc/static-webmentions/ SOURCE.txt=/usr/share/doc/static-webmentions static-webmentions=/usr/bin/ >/dev/null; mv *.deb release/; done) + bash <(VER=$(go generate); for ARCH in amd64 386 arm arm64; do GOARCH=$ARCH CGO_ENABLED=0 go build -ldflags "-s -w -buildid= -X main.version=$VER"; tar -czf release/static-webmentions-$VER-linux-$ARCH.tar.gz static-webmentions LICENSE README.md CHANGELOG.md SOURCE.txt; fpm -t deb -s dir -a $ARCH -n static-webmentions -v ${VER%+*} -m "Evgeny Kuznetsov " --deb-changelog debian.changelog --license GPL-3 --deb-priority optional --url https://evgenykuznetsov.org/go/static-webmentions --category net --vendor "Evgeny Kuznetsov " --description "A tool to send webmentions from a static website." LICENSE=/usr/share/doc/static-webmentions/ README.md=/usr/share/doc/static-webmentions/ SOURCE.txt=/usr/share/doc/static-webmentions static-webmentions=/usr/bin/ >/dev/null; mv *.deb release/; done) cd release fpm -s deb -t deb -a i386 *386.deb rm *_386.deb diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea65f85..050e5f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: git fetch --tags --force mkdir release changelog -n "Evgeny Kuznetsov" -e "evgeny@kuznetsov.md" -p "static-webmentions" CHANGELOG.md - bash <(VER=$(go generate); for ARCH in amd64 386 arm arm64; do GOARCH=$ARCH CGO_ENABLED=0 go build -ldflags "-s -w -buildid= -X main.version=$VER"; tar -czf release/static-webmentions-$VER-linux-$ARCH.tar.gz static-webmentions LICENSE README.md CHANGELOG.md SOURCE.txt; fpm -t deb -s dir -a $ARCH -n static-webmentions -v ${VER%+*} -m "Evgeny Kuznetsov " --deb-changelog debian.changelog --license GPL-3 --deb-priority optional --url https://github.com/nekr0z/static-webmentions --category net --vendor "Evgeny Kuznetsov " --description "A tool to send webmentions from a static website." LICENSE=/usr/share/doc/static-webmentions/ README.md=/usr/share/doc/static-webmentions/ SOURCE.txt=/usr/share/doc/static-webmentions static-webmentions=/usr/bin/ >/dev/null; mv *.deb release/; done) + bash <(VER=$(go generate); for ARCH in amd64 386 arm arm64; do GOARCH=$ARCH CGO_ENABLED=0 go build -ldflags "-s -w -buildid= -X main.version=$VER"; tar -czf release/static-webmentions-$VER-linux-$ARCH.tar.gz static-webmentions LICENSE README.md CHANGELOG.md SOURCE.txt; fpm -t deb -s dir -a $ARCH -n static-webmentions -v ${VER%+*} -m "Evgeny Kuznetsov " --deb-changelog debian.changelog --license GPL-3 --deb-priority optional --url https://evgenykuznetsov.org/go/static-webmentions --category net --vendor "Evgeny Kuznetsov " --description "A tool to send webmentions from a static website." LICENSE=/usr/share/doc/static-webmentions/ README.md=/usr/share/doc/static-webmentions/ SOURCE.txt=/usr/share/doc/static-webmentions static-webmentions=/usr/bin/ >/dev/null; mv *.deb release/; done) cd release fpm -s deb -t deb -a i386 *386.deb rm *_386.deb diff --git a/README.md b/README.md index ef1fe61..3b0547f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # static-webmentions a tool to send webmentions from a static website -[![Build Status](https://github.com/nekr0z/static-webmentions/actions/workflows/pre-release.yml/badge.svg)](https://github.com/nekr0z/static-webmentions/releases/tag/latest) [![codecov](https://codecov.io/gh/nekr0z/static-webmentions/branch/master/graph/badge.svg)](https://codecov.io/gh/nekr0z/static-webmentions) [![Go Report Card](https://goreportcard.com/badge/github.com/nekr0z/static-webmentions)](https://goreportcard.com/report/github.com/nekr0z/static-webmentions) +[![Build Status](https://github.com/nekr0z/static-webmentions/actions/workflows/pre-release.yml/badge.svg)](https://github.com/nekr0z/static-webmentions/releases/tag/latest) [![codecov](https://codecov.io/gh/nekr0z/static-webmentions/branch/master/graph/badge.svg)](https://codecov.io/gh/nekr0z/static-webmentions) [![Go Report Card](https://goreportcard.com/badge/evgenykuznetsov.org/go/static-webmentions)](https://goreportcard.com/report/evgenykuznetsov.org/go/static-webmentions) ##### Table of Contents * [Why](#why) diff --git a/SOURCE.txt b/SOURCE.txt index 94ea823..08c4c2e 100644 --- a/SOURCE.txt +++ b/SOURCE.txt @@ -1,2 +1,2 @@ The source code for this software is available at -https://github.com/nekr0z/static-webmentions +https://evgenykuznetsov.org/go/static-webmentions diff --git a/go.mod b/go.mod index 059cf60..d7f0cd8 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/nekr0z/static-webmentions +module evgenykuznetsov.org/go/static-webmentions go 1.15