diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-03 23:58:36 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-04 00:03:38 +0100 |
| commit | 7b48ff37cc8bf407ff4e6b8ab3e013885aef8ff6 (patch) | |
| tree | 5a62eee3f15ebae45f190dca9303c18c7aa181f8 /gnu/packages/ci.scm | |
| parent | 7d9d4dbb86d51be935e6e5a3f71f104af634e4cd (diff) | |
gnu: go-connectrpc-com-connect: Move to golang-web.
* gnu/packages/golang-xyz.scm (go-connectrpc-com-connect): Move from
here ...
* gnu/packages/golang-web.scm: ... to here.
* gnu/packages/ci.scm: Add golang-web module.
Change-Id: Ia255d3bfbe3e7da1202b2d40caa40fd63f4ecc65
Diffstat (limited to 'gnu/packages/ci.scm')
| -rw-r--r-- | gnu/packages/ci.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ci.scm b/gnu/packages/ci.scm index 48c5fc959e9..5c5604788b3 100644 --- a/gnu/packages/ci.scm +++ b/gnu/packages/ci.scm @@ -46,6 +46,7 @@ #:use-module (gnu packages golang-build) #:use-module (gnu packages golang-check) #:use-module (gnu packages golang-vcs) + #:use-module (gnu packages golang-web) #:use-module (gnu packages golang-xyz) #:use-module (gnu packages guile) #:use-module (gnu packages guile-xyz) |
