summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2015-11-27 15:47:35 +0100
committerDavid Kalnischkies <david@kalnischkies.de>2015-11-27 15:47:35 +0100
commit2ee1a6f0ecfb1e0ffa4a3467467e2b1395abaf39 (patch)
tree7133363ec4b31efb37f7e0a504786c1b57070ded
parent5dd00edbcf702cac1ea22392796c65881a8ef6f9 (diff)
say 'master' is default branch in README, too
Git-Dch: Ignore
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 40bb6998d..2f86d79a3 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ APT is maintained in git, the official repository being located at
`git://anonscm.debian.org/apt/apt.git` ([webgit](http://anonscm.debian.org/gitweb/?p=apt/apt.git)),
but also available at other locations like [GitHub](https://github.com/Debian/apt).
-The default branch is `debian/sid`, other branches targeted at different
+The default branch is `master`, other branches targeted at different
derivatives and releases being used as needed. Various topic branches in
different stages of completion might be branched of from those, which you
are encouraged to do as well.