From a93414e325c1babbe8dd2b14621a668c9de64f2d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 19 Feb 2020 23:46:59 +0200 Subject: [PATCH] kiss: fix url --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 1cad79f..40580ff 100755 --- a/kiss +++ b/kiss @@ -2,7 +2,7 @@ # shellcheck source=/dev/null # # This is a simple package manager written in POSIX 'sh' for use -# in KISS Linux (https://getkiss.org). +# in KISS Linux (https://k1ss.org). # # This script runs with '-ef' meaning: # '-e': Abort on any non-zero exit code.