Skip to content

Commit 42934b1

Browse files
committed
Switch some README.md URLs from http to https
1 parent 2cddb06 commit 42934b1

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-07-16 Dirk Eddelbuettel <[email protected]>
2+
3+
* README.md: Switch some URLs from http to https
4+
15
2024-05-17 Dirk Eddelbuettel <[email protected]>
26

37
* README.md: Use tinyverse.netlify.app for dependency badge

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## RcppRedis: RcppRedis is a Rcpp and hiredis-based Redis client for R
22

33
[![CI](https://github.com/eddelbuettel/rcppredis/workflows/ci/badge.svg)](https://github.com/eddelbuettel/rcppredis/actions?query=workflow%3Aci)
4-
[![License](http://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-2.0.html)
5-
[![CRAN](http://www.r-pkg.org/badges/version/RcppRedis)](https://cran.r-project.org/package=RcppRedis)
4+
[![License](https://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat)](https://www.gnu.org/licenses/gpl-2.0.html)
5+
[![CRAN](https://www.r-pkg.org/badges/version/RcppRedis)](https://cran.r-project.org/package=RcppRedis)
66
[![r-universe](https://eddelbuettel.r-universe.dev/badges/RcppRedis)](https://eddelbuettel.r-universe.dev/RcppRedis)
77
[![Dependencies](https://tinyverse.netlify.app/badge/RcppRedis)](https://cran.r-project.org/package=RcppRedis)
8-
[![Downloads](http://cranlogs.r-pkg.org/badges/RcppRedis?color=brightgreen)](https://www.r-pkg.org:443/pkg/RcppRedis)
8+
[![Downloads](https://cranlogs.r-pkg.org/badges/RcppRedis?color=brightgreen)](https://www.r-pkg.org:443/pkg/RcppRedis)
99
[![Last Commit](https://img.shields.io/github/last-commit/eddelbuettel/rcppredis)](https://github.com/eddelbuettel/rcppredis)
1010

1111
### Dependencies

src/Redis.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
// RcppRedis -- Rcpp bindings to Hiredis for some Redis functionality
33
//
4-
// Copyright (C) 2013 - 2023 Dirk Eddelbuettel
4+
// Copyright (C) 2013 - 2024 Dirk Eddelbuettel
55
// Portions Copyright (C) 2013 Wush Wu
66
// Portions Copyright (C) 2013 William Pleasant
77
// Portions Copyright (C) 2015 Russell S. Pierce

0 commit comments

Comments
 (0)