diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-09 21:34:43 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-12 16:35:20 +0100 |
commit | d4032419ddc4caca20f9ff58cb44994f0d5cba8f (patch) | |
tree | 680bbd78bc1ae9278a12e3ce4f676edae581b130 /gnu/packages/textutils.scm | |
parent | cd557e2d1c83839dd587016279900d31f053efc8 (diff) |
gnu: go-github-com-gobwas-glob: Move to golang-xyz.
* gnu/packages/syncthing.scm (go-github-com-gobwas-glob): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
* gnu/packages/textutils.scm: Remove (gnu packages syncthing) module.
Change-Id: I131830e6edcdb666aeb3cd9bbdf6982df938ccd4
Diffstat (limited to 'gnu/packages/textutils.scm')
-rw-r--r-- | gnu/packages/textutils.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index 38452339c0..9d3b93faf9 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -85,7 +85,6 @@ #:use-module (gnu packages readline) #:use-module (gnu packages ruby) #:use-module (gnu packages slang) - #:use-module (gnu packages syncthing) #:use-module (gnu packages web) #:use-module (gnu packages xorg)) |