mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: cracklib: Fix up description.
* gnu/packages/password-utils.scm (cracklib)[description]: Fix typos, add mark-up, and drop unclear reference to the ancient ‘Crack 5’ tool.
This commit is contained in:
parent
4a577fef73
commit
b1a686bbd0
1 changed files with 4 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
||||||
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
|
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
|
||||||
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
|
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
|
||||||
;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
|
;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
|
||||||
|
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -186,8 +187,9 @@ (define-public cracklib
|
||||||
(home-page "https://github.com/cracklib/cracklib")
|
(home-page "https://github.com/cracklib/cracklib")
|
||||||
(description
|
(description
|
||||||
"CrackLib is a library containing a C function which may be used in a
|
"CrackLib is a library containing a C function which may be used in a
|
||||||
passwd like program. The idea is simple: try to prevent users from choosing
|
@command{passwd}-like program. The idea is simple: try to prevent users from
|
||||||
passwords that could be guessed by crack by filtering them out, at source.")
|
choosing passwords that could easily be guessed (or \"cracked\") by filtering
|
||||||
|
them out, at the source.")
|
||||||
(license license:lgpl2.1)))
|
(license license:lgpl2.1)))
|
||||||
|
|
||||||
(define-public libpwquality
|
(define-public libpwquality
|
||||||
|
|
Loading…
Reference in a new issue