From e982c19bdb38852ca15af7d123de1520c13b54b4 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 27 Apr 2012 22:40:18 +0200 Subject: [PATCH] Add fields to sample satis config --- doc/articles/handling-private-packages-with-satis.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/articles/handling-private-packages-with-satis.md b/doc/articles/handling-private-packages-with-satis.md index c2e96ebc9..d615e0178 100644 --- a/doc/articles/handling-private-packages-with-satis.md +++ b/doc/articles/handling-private-packages-with-satis.md @@ -23,6 +23,8 @@ uses `"require-all": true` which selects all versions of all packages in the repositories you defined. { + "name": "My Repository", + "homepage": "http://packages.example.org", "repositories": [ { "type": "vcs", "url": "http://github.com/mycompany/privaterepo" }, { "type": "vcs", "url": "http://svn.example.org/private/repo" },