commit a93414e325c1babbe8dd2b14621a668c9de64f2d
parent 36c1edb9e3cb71ba78e19a457e51ee8ac6fb821d
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Wed, 19 Feb 2020 23:46:59 +0200
kiss: fix url
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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.