commit a6b07fe445ec39741eda15f3fde02350eb71c9cf from: Oliver Lowe date: Sun Dec 12 09:44:37 2021 UTC New import path olowe.co/pushover not tied to any particular vcs hosting service commit - 69bf73d80e3a4800a4255bfb731ba905731ff1d6 commit + a6b07fe445ec39741eda15f3fde02350eb71c9cf blob - d0a1b5f880178bde3186cb6559eae39751281e89 blob + 200c21fbcdf4eecca3b32e63deb4ef10f9e5b02f --- README.md +++ README.md @@ -3,7 +3,7 @@ Package pushover provides a small interface to send messages via the Pushover service using its Message API. -[![godocs.io](http://godocs.io/git.sr.ht/~otl/pushover?status.svg)](http://godocs.io/git.sr.ht/~otl/pushover) +[![godocs.io](http://godocs.io/olowe.co/pushover?status.svg)](http://godocs.io/olowe.co/pushover) This repository contains the Go pushover package, the pover command-line utility, blob - e828c4e90d463568458a235f91648d4f52f85447 blob + 546658a048f840265003aca439a8fd30fd4b55b1 --- cmd/pover/pover.go +++ cmd/pover/pover.go @@ -7,7 +7,7 @@ import ( "io" "path/filepath" - "git.sr.ht/~otl/pushover" + "olowe.co/pushover" ) const usage string = "usage: pover [-d] [-f file] [-t title] [-p priority]" blob - 42431be192c97fc0ec146dd88f0e9d6dd6875add blob + bbee943c2e3fa618c8395f41ad861c72b85a6647 --- go.mod +++ go.mod @@ -1,3 +1,3 @@ -module git.sr.ht/~otl/pushover +module olowe.co/pushover go 1.16