diff options
Diffstat (limited to 'gnu/packages/code.scm')
| -rw-r--r-- | gnu/packages/code.scm | 2 |
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 |
| 62 | control flow of the program. It can output the graph in several styles and | 62 | control flow of the program. It can output the graph in several styles and |
| 63 | in either the POSIX format or in an extended GNU format. cflow also includes | 63 | in either the POSIX format or in an extended GNU format. cflow also includes |
| 64 | a major mode for Emacs for examining the flowcharts that it produces.") | 64 | a major mode for Emacs for examining the flowcharts that it produces.") |
| 65 | (license license:gpl3+))) | 65 | (license license:gpl3+))) |
| 66 | 66 | ||
