mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: perl-crypt-random-source: Use 'perl-license'.
* gnu/packages/crypto.scm (perl-crypt-random-source)[license]: Change to LICENSE:PERL-LICENSE.
This commit is contained in:
parent
ef5c40aa2d
commit
8cb537acbc
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ (define-public perl-crypt-random-source
|
|||
(synopsis "Get weak or strong random data from pluggable sources")
|
||||
(description "This module provides implementations for a number of
|
||||
byte-oriented sources of random data.")
|
||||
(license (package-license perl))))
|
||||
(license license:perl-license)))
|
||||
|
||||
(define-public perl-math-random-secure
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue