summaryrefslogtreecommitdiff
path: root/gnu/packages/code.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/code.scm')
-rw-r--r--gnu/packages/code.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 38f14380c41..e346f7e0c5d 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -60,7 +60,7 @@
60 (description 60 (description
61 "GNU cflow analyzes C source files and produces a graph charting the 61 "GNU cflow analyzes C source files and produces a graph charting the
62control flow of the program. It can output the graph in several styles and 62control flow of the program. It can output the graph in several styles and
63in either the POSIX format or in an extended GNU format. cflow also includes 63in either the POSIX format or in an extended GNU format. cflow also includes
64a major mode for Emacs for examining the flowcharts that it produces.") 64a major mode for Emacs for examining the flowcharts that it produces.")
65 (license license:gpl3+))) 65 (license license:gpl3+)))
66 66