diff --git a/README.md b/README.md index 6589eba..57ab7c7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ patrix is a simple command line client for [Matrix](https://matrix.org) written It requires the following perl modules * LWP::UserAgent * HTTP::Request + * LWP::Protocol::https * Config::Simple * File::HomeDir * File::Basename diff --git a/patrix.spec b/patrix.spec index ccf1d09..c6fff6f 100644 --- a/patrix.spec +++ b/patrix.spec @@ -10,6 +10,7 @@ Source0: %{name}-%{version}.tar.gz BuildArch: noarch Requires: perl(LWP::UserAgent) +Requires: perl(LWP::Protocol::https) Requires: perl(Config::Simple) Requires: perl(HTTP::Request) Requires: perl(File::HomeDir)