mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
distro: openssl: Fix the `license' field.
* distro/packages/openssl.scm: Add renamer for (guix licenses). Adjust accordingly.
This commit is contained in:
parent
468bdabb56
commit
85a8a5f556
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
(define-module (distro packages openssl)
|
||||
#:use-module (distro)
|
||||
#:use-module (distro packages perl)
|
||||
#:use-module (guix licenses)
|
||||
#:use-module ((guix licenses) #:renamer (symbol-prefix-proc 'license:))
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix build-system gnu))
|
||||
|
@ -64,5 +64,5 @@ (define-public openssl
|
|||
(synopsis "OpenSSL, an SSL/TLS implementation")
|
||||
(description
|
||||
"OpenSSL is an implementation of SSL/TLS")
|
||||
(license openssl)
|
||||
(license license:openssl)
|
||||
(home-page "http://www.openssl.org/")))
|
||||
|
|
Loading…
Reference in a new issue