aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2018-11-29 21:58:44 +0100
committerEinhard Leichtfuß <alguien@respiranto.de>2018-11-29 21:58:44 +0100
commitdbc39a4aec279ea62be228d104099c5f9a4891d8 (patch)
treeb3747699fb6a86ce44caf1228ddbf752cc057d86
parentfe474b95c0065907d637a247181d02818a6c763c (diff)
https links
-rwxr-xr-xauria.sh2
-rw-r--r--parse.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/auria.sh b/auria.sh
index 56f9bd9..f5d1b06 100755
--- a/auria.sh
+++ b/auria.sh
@@ -17,7 +17,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
-# along with auria. If not, see <http://www.gnu.org/licenses/>.
+# along with auria. If not, see <https://www.gnu.org/licenses/>.
#
diff --git a/parse.c b/parse.c
index cac117b..afee584 100644
--- a/parse.c
+++ b/parse.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with auria. If not, see <http://www.gnu.org/licenses/>.
+ * along with auria. If not, see <https://www.gnu.org/licenses/>.
*/
/* Call as `parse <left-offset> <right-offset> [color]'. */