this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #18964 from rjbou/alpine-libssl.3

Fix alpine depext for conf-libssl.3

authored by

Anil Madhavapeddy and committed by
GitHub
364a3dc9 b8d318cc

+1 -1
+1 -1
packages/conf-libssl/conf-libssl.3/opam
··· 23 23 ["openssl-devel"] {os-distribution = "ol"} 24 24 ["openssl-devel"] {os-distribution = "fedora"} 25 25 ["libopenssl-devel"] {os-family = "suse"} 26 - ["libressl-dev"] {os-family = "alpine"} 26 + ["openssl-dev"] {os-distribution = "alpine"} 27 27 ["openssl"] {os-family = "arch"} 28 28 ["openssl"] {os-distribution = "homebrew"} 29 29 ["openssl"] {os-distribution = "macports"}