summaryrefslogtreecommitdiff
path: root/src/darray.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/darray.h')
-rw-r--r--src/darray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/darray.h b/src/darray.h
index 5896d21..e9da974 100644
--- a/src/darray.h
+++ b/src/darray.h
@@ -23,7 +23,7 @@
#ifndef CCAN_DARRAY_H
#define CCAN_DARRAY_H
-/* Originally taken from: http://ccodearchive.net/info/darray.html
+/* Originally taken from: https://ccodearchive.net/info/darray.html
* But modified for libxkbcommon. */
#include <stdlib.h>