From 6d706d53c135723970370ce4afd6d8396a9c3bb8 Mon Sep 17 00:00:00 2001 From: Gynvael Coldwind Date: Mon, 18 Apr 2011 21:10:21 +0000 Subject: [PATCH] SourceCode changed Corrected second link to repos ("git." was missing). --- SourceCode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SourceCode.md b/SourceCode.md index 7700fe4d..bc310cd4 100644 --- a/SourceCode.md +++ b/SourceCode.md @@ -24,7 +24,7 @@ git clone git://git.qubes-os.org/mainstream/.git e.g.: ``` {.wiki} -git clone git://qubes-os.org/mainstream/core.git core +git clone git://git.qubes-os.org/mainstream/core.git core ``` Currently the preferred way of contributing to the project is by sending a patch via the project's mailing list (`git format-patch`).