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
|
@ -19,7 +19,7 @@
|
||||||
(define-module (distro packages openssl)
|
(define-module (distro packages openssl)
|
||||||
#:use-module (distro)
|
#:use-module (distro)
|
||||||
#:use-module (distro packages perl)
|
#: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 packages)
|
||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
#:use-module (guix build-system gnu))
|
#:use-module (guix build-system gnu))
|
||||||
|
@ -64,5 +64,5 @@
|
||||||
(synopsis "OpenSSL, an SSL/TLS implementation")
|
(synopsis "OpenSSL, an SSL/TLS implementation")
|
||||||
(description
|
(description
|
||||||
"OpenSSL is an implementation of SSL/TLS")
|
"OpenSSL is an implementation of SSL/TLS")
|
||||||
(license openssl)
|
(license license:openssl)
|
||||||
(home-page "http://www.openssl.org/")))
|
(home-page "http://www.openssl.org/")))
|
||||||
|
|
Loading…
Reference in New Issue