Hi, Ayush Jha writes: > * gnu/packages/guile-xyz.scm (guile-slugify): New variable. > > Change-Id: I4e7ab7a4821f53cf7372388efa07cea2fd3c17ef > Signed-off-by: Ayush Jha [...] > + (description > + "This package provides a procedure for converting strings into URL-friendly > + slugs. A slug is a simplified version of a string, often used in URLs, that > + contains only lowercase letters, digits, and hyphens. This package is inspired > + by the 'slugify' function in the Django web framework. It is useful for > + generating human-readable identifiers from arbitrary text.") ^ I removed the extra column of whitespace and address minor issues reported by ‘guix lint’: