Skip to content

Commit

Permalink
change import path
Browse files Browse the repository at this point in the history
  • Loading branch information
nekr0z committed Nov 19, 2021
1 parent 913251d commit 8cf416e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# matebook-applet
System tray applet/control app for Huawei Matebook

[![Build Status](https://travis-ci.com/nekr0z/matebook-applet.svg?branch=master)](https://travis-ci.com/nekr0z/matebook-applet) [![codecov](https://codecov.io/gh/nekr0z/matebook-applet/branch/master/graph/badge.svg)](https://codecov.io/gh/nekr0z/matebook-applet) [![Go Report Card](https://goreportcard.com/badge/github.com/nekr0z/matebook-applet)](https://goreportcard.com/report/github.com/nekr0z/matebook-applet)
[![Build Status](https://travis-ci.com/nekr0z/matebook-applet.svg?branch=master)](https://travis-ci.com/nekr0z/matebook-applet) [![codecov](https://codecov.io/gh/nekr0z/matebook-applet/branch/master/graph/badge.svg)](https://codecov.io/gh/nekr0z/matebook-applet) [![Go Report Card](https://goreportcard.com/badge/evgenykuznetsov.org/go/matebook-applet)](https://goreportcard.com/report/evgenykuznetsov.org/go/matebook-applet)

---

Expand Down Expand Up @@ -191,7 +191,7 @@ Translations:
* Russian - [Evgeny "nekr0z" Kuznetsov](https://evgenykuznetsov.org)
* Spanish - [ACV99](https://github.com/ACV99)

Packages are built using [fpm](https://github.com/jordansissel/fpm) and [nekr0z/changelog](https://github.com/nekr0z/changelog).
Packages are built using [fpm](https://github.com/jordansissel/fpm) and [changelog](https://evgenykuznetsov.org/go/changelog).

Big **THANK YOU** to [Ayman Bagabas](https://github.com/aymanbagabas) for all his work and support. Without him, there would be no matebook-applet.

Expand Down
2 changes: 1 addition & 1 deletion SOURCE.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
The source code for this software is available at
https://github.com/nekr0z/matebook-applet
https://evgenykuznetsov.org/go/matebook-applet
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/nekr0z/matebook-applet
module evgenykuznetsov.org/go/matebook-applet

require (
github.com/BurntSushi/toml v0.4.1
Expand Down
2 changes: 1 addition & 1 deletion matebook-applet.1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Do not save battery thresholds to \fI/etc/default/huawei-wmi/\fR.
.IP "\fB-icon\fR \fIpath"
Use custom icon instead of the default one. Can use absolute or relative \fIpath\fR to a graphics file (SVG, PNG or ICO).
.SH BUGS
Source code and known issues are available on GitHub: <https://github.com/nekr0z/matebook-applet>
Source code and issues tracker are linked on the homepage: <https://evgenykuznetsov.org/go/matebook-applet/>
.SH COPYRIGHT
Copyright © 2019 Evgeny Kuznetsov. License GPLv3+: GNU GPL version 3.0 <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
Expand Down

0 comments on commit 8cf416e

Please sign in to comment.