ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

commit f7f1976673cc702ff220969fbb76e632925bbeb0
parent 6d98af1c5e8ff6de57ea69b0a7b292253c560cb5
Author: sin <sin@2f30.org>
Date:   Wed, 21 May 2014 14:01:57 +0100

Clone over http instead of git

I get some random errors relating to the remote repo if I clone
over git.

Diffstat:
Mii/mkfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ii/mkfile b/ii/mkfile @@ -1,5 +1,5 @@ <$mkbuild/mk.3rdparty src = ii -git = git://git.suckless.org/ii +git = http://git.suckless.org/ii mkfile = ../ii.mk