diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-08-04 02:35:05 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-08-04 02:35:05 +0200 |
commit | 11cd204852f665670b5d4271eab86a3d9f5e5624 (patch) | |
tree | 4b353b369cbe57a9c04d56aa85353c27fe959312 /lib/Net | |
parent | 250245fd90be1c4419d2592e30ffc1b837cd7bf7 (diff) |
Upgrade URLs to secure HTTP.
Diffstat (limited to 'lib/Net')
-rw-r--r-- | lib/Net/IMAP/InterIMAP.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/IMAP/InterIMAP.pm b/lib/Net/IMAP/InterIMAP.pm index b01e1a9..8b69e12 100644 --- a/lib/Net/IMAP/InterIMAP.pm +++ b/lib/Net/IMAP/InterIMAP.pm @@ -13,7 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. #---------------------------------------------------------------------- package Net::IMAP::InterIMAP v0.0.5; |