tabbed

Customized build of tabbed, the suckless tab manager
git clone git://src.adamsgaard.dk/tabbed
Log | Files | Refs | Submodules | README

commit fac707fd7008eb15a326b2275db2e9ebdb33ebb1
parent c04e5f5216c784ad0872a53faf4717c0471823b3
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 17 Jan 2019 14:09:27 +0100

Clone st repository via https

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -16,7 +16,7 @@ st/config.def.h: st/ st/: @echo "Fetching st source" - git clone git://git.suckless.org/st + git clone https://git.suckless.org/st /usr/local/bin/st: st/st sudo make -C st/ install