mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Remove redundant use of .to_s (#8917)
This commit is contained in:
@@ -4,9 +4,9 @@ require_relative 'openssl'
|
||||
class Libressl < Package
|
||||
description 'LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.'
|
||||
homepage 'https://www.libressl.org/'
|
||||
version Openssl.version.to_s
|
||||
license Openssl.license.to_s
|
||||
compatibility Openssl.compatibility.to_s
|
||||
version Openssl.version
|
||||
license Openssl.license
|
||||
compatibility Openssl.compatibility
|
||||
|
||||
is_fake
|
||||
|
||||
|
||||
Reference in New Issue
Block a user