Skip to content

Commit 689861a

Browse files
Update readme with fork info (#7)
1 parent aa0c2f7 commit 689861a

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# go-appindicator
1+
# AppIndicator Go
22

3-
[![Go Report Card](https://goreportcard.com/badge/github.com/dawidd6/go-appindicator)](https://goreportcard.com/report/github.com/dawidd6/go-appindicator)
4-
[![GoDoc](https://godoc.org/github.com/dawidd6/go-appindicator?status.svg)](https://godoc.org/github.com/dawidd6/go-appindicator)
3+
[![Go Report Card](https://goreportcard.com/badge/github.com/gopherlibs/appindicator)](https://goreportcard.com/report/github.com/gopherlibs/appindicator)
4+
[![GoDoc](https://godoc.org/github.com/gopherlibs/appindicator?status.svg)](https://godoc.org/github.com/gopherlibs/appindicator)
55
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go)
66

7-
Go bindings for [libappindicator3](https://launchpad.net/libappindicator) C library.
7+
Go (golang) bindings for [libappindicator3](https://launchpad.net/libappindicator) C library.
88

99
Libappindicator is a library to allow applications to export a menu into the Unity Menu bar.
1010
Based on KSNI it also works in KDE and will fallback to generic Systray support if none of those are available.
@@ -47,3 +47,9 @@ For example to build one of examples:
4747
## Examples
4848

4949
Examples are located in [examples](./examples) directory
50+
51+
## Project History
52+
53+
AppIndicator Go is a fork of Dawid Dziurla's [go-appindicator](https://github.com/dawidd6/go-appindicator).
54+
That project was abanzoned and eventually archived.
55+
This project continues where that one left off, under the same MIT license (of course).

0 commit comments

Comments
 (0)