diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-02 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-02 02:00:05 +0200 |
commit | 34d40ea17033cfb8208c2faba27cd17060d4c112 (patch) | |
tree | 5fce16f21a5bc75d81af4c5f92f772a38738ca29 /gnu/packages/gnome.scm | |
parent | b6fd8e67425ec689f39e931ba88bc34b247199a3 (diff) |
gnu: cambalache: Mark up description.
* gnu/packages/gnome.scm (cambalache)[description]: Use @acronym{} for buzzwords.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index aee9bf862b..360c657741 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3403,9 +3403,9 @@ compiles to GTKBuilder XML.") xorg-server-for-tests)) (home-page "https://gitlab.gnome.org/jpu/cambalache") (synopsis "Rapid application development tool") - (description "Cambalache is a rapid application development (RAD) tool for -Gtk 4 and 3 with a clear model-view-controller (MVC) design and -data model first philosophy.") + (description "Cambalache is a @acronym{RAD, rapid application development} +tool for Gtk 4 and 3 with a clear @acronym{MVC, model-view-controller} design +and data model first philosophy.") (license (list license:lgpl2.1 license:gpl2)))) ; tools |