X-Git-Url: http://git.hcoop.net/jackhill/guix/guix.git/blobdiff_plain/f50d2669e3e624365221cc81918ba55fdce94107..f928abac369f699f425ddee925d0d0c2dc0a635d:/gnu/packages/cppi.scm diff --git a/gnu/packages/cppi.scm b/gnu/packages/cppi.scm index d28fc40173..39d310394b 100644 --- a/gnu/packages/cppi.scm +++ b/gnu/packages/cppi.scm @@ -34,12 +34,11 @@ (base32 "1jk42cjaggk71rimjnx3qpmb6hivps0917vl3z7wbxk3i2whb98j")))) (build-system gnu-build-system) - (home-page "http://www.gnu.org/software/cppi/") + (home-page "https://www.gnu.org/software/cppi/") (synopsis "Indent C preprocessor directives to reflect nesting and more") (description - "GNU cppi indents C preprocessor directives to reflect their nesting and -ensure that there is exactly one space character between each #if, #elif, -#define directive and the following token. The number of spaces between the -`#' and the following directive must correspond to the level of nesting of -that directive.") + "GNU Cppi processes C source code files to properly indent the +preprocessor directives to reflect their nesting. It also performs other +standardizations, such as correcting the number of spaces between directives +and the text following them.") (license gpl3+)))