Replace go-appindicator with fork (#4343)

`go-appindicator` was abandoned and eventually archived back on 2022. In February of this year I forked the project to bring it back to life. Now called AppIndicator Go, this project will continue under this new name and URL.
This commit is contained in:
Ricardo N Feliciano 2022-07-25 11:32:05 -04:00 committed by GitHub
parent ce3ecbbac5
commit a61787ae6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1260,7 +1260,7 @@ _Toolkits_
_Interaction_ _Interaction_
- [go-appindicator](https://github.com/dawidd6/go-appindicator) - Go bindings for libappindicator3 C library. - [AppIndicator Go](https://github.com/gopherlibs/appindicator) - Go bindings for libappindicator3 C library.
- [gosx-notifier](https://github.com/deckarep/gosx-notifier) - OSX Desktop Notifications library for Go. - [gosx-notifier](https://github.com/deckarep/gosx-notifier) - OSX Desktop Notifications library for Go.
- [mac-activity-tracker](https://github.com/prashantgupta24/activity-tracker) - OSX library to notify about any (pluggable) activity on your machine. - [mac-activity-tracker](https://github.com/prashantgupta24/activity-tracker) - OSX library to notify about any (pluggable) activity on your machine.
- [mac-sleep-notifier](https://github.com/prashantgupta24/mac-sleep-notifier) - OSX Sleep/Wake notifications in golang. - [mac-sleep-notifier](https://github.com/prashantgupta24/mac-sleep-notifier) - OSX Sleep/Wake notifications in golang.