aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-07-26 19:52:50 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-07-26 19:52:50 +0100
commit342411a327041cee1e97a8152a1d72e0e127df9a (patch)
tree7f4f3c3557c0438ad09fe13049cc968ac0ecc474
parentfd7f750c26cb8e4d1160ddaa88bcfa31c7d7b7b6 (diff)
downloadguix-342411a327041cee1e97a8152a1d72e0e127df9a.tar
guix-342411a327041cee1e97a8152a1d72e0e127df9a.tar.gz
gnu: packages/golang-web: Update module commentary.
* gnu/packages/golang-web.scm: Update module commentary. Change-Id: I2128fc62955d79d9dfa97e5f669ee85510b0fb7c
-rw-r--r--gnu/packages/golang-web.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 97d501c405..38357010e1 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -66,8 +66,10 @@
;;; Commentary:
;;;
-;;; Golang modules (libraries) related to HTML, CSS, SCSS, JavaScript, JSON,
-;;; Web-framework, REST-API or similar functionality. They may provide
+;;; Golang modules (libraries) for Web related projects: HTML, CSS, SCSS,
+;;; JavaScript, JSON, Web-framework, REST-API or similar functionality; for
+;;; Network related projects: OSI layers implementation algorithms, MIME,
+;;; Email protocols implementations, and similar. They may provide
;;; executables and libraries, for which there are marked sections.
;;;