diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-19 01:13:23 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-19 01:22:54 -0700 |
| commit | be87d61299f52e366bcb65fd176ccf325b0f77e0 (patch) | |
| tree | c5e289ea68824ba407d5928e0e6e65d8bab51430 /src/coreutils.c | |
| parent | copy: check for vulnerable target dirs (diff) | |
| download | coreutils-be87d61299f52e366bcb65fd176ccf325b0f77e0.tar.gz coreutils-be87d61299f52e366bcb65fd176ccf325b0f77e0.zip | |
all: prefer HTTPS in URLs
Diffstat (limited to 'src/coreutils.c')
| -rw-r--r-- | src/coreutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreutils.c b/src/coreutils.c index b4c339bab..e916c5103 100644 --- a/src/coreutils.c +++ b/src/coreutils.c @@ -11,7 +11,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/>. */ /* coreutils.c aggregates the functionality of every other tool into a single binary multiplexed by the value of argv[0]. This is enabled by passing |
