From 2e455e96ab87d55d32107c25802349da10c36788 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 1 Jul 2021 13:00:35 +0000 Subject: [PATCH] kiss-outdated: Fix clang --- contrib/kiss-outdated | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/kiss-outdated b/contrib/kiss-outdated index 49070f1..aefd270 100755 --- a/contrib/kiss-outdated +++ b/contrib/kiss-outdated @@ -33,6 +33,10 @@ repology_name() { remote=baselayout-kiss ;; + clang) + remote=llvm + ;; + dash) remote=dash-shell ;;