guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit a3d09c29cdda42d1942294c6ecc9b16b60b0ce2c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri May 1 11:07:52 2026 +0100
gnu: go-github-com-syncthing-notify: Adjust description.
* gnu/packages/golang-xyz.scm (go-github-com-syncthing-notify):
[description]: Mention that it's a fork.
Change-Id: I5bafbe9a0c029037b5597f9a24e0bae18f8bb4bb
---
gnu/packages/golang-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 0dcc1059b6..2cca6bb3f6 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -26424,7 +26424,8 @@ suffix comparison, rather than the string-based or
tree-based approaches.")
(synopsis "File system event notification library")
(description
"This package provides @code{notify}, a file system event notification
-library in Go.")
+library in Go. It's an alternative fork of
+@url{https://github.com/rjeczalik/notify}.")
(license license:expat)))
(define-public go-github-com-syndtr-gocapability