Skip to content

Commit

Permalink
New import path olowe.co/pushover
Browse files Browse the repository at this point in the history
not tied to any particular vcs hosting service
  • Loading branch information
ollytom committed Dec 12, 2021
1 parent 69bf73d commit a6b07fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion cmd/pover/pover.go
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module git.sr.ht/~otl/pushover
module olowe.co/pushover

go 1.16

0 comments on commit a6b07fe

Please sign in to comment.