diff options
author | 2019-07-09 19:48:30 -0700 | |
---|---|---|
committer | 2019-07-09 19:48:30 -0700 | |
commit | 49931bcd64bedf2762e372a7738bb9a42de87eda (patch) | |
tree | 28a9983a369755d9b5eebaf216fa1fc7e568be02 | |
parent | Add Gentoo-base to irc channel list. (diff) | |
download | www-49931bcd64bedf2762e372a7738bb9a42de87eda.tar.gz www-49931bcd64bedf2762e372a7738bb9a42de87eda.tar.bz2 www-49931bcd64bedf2762e372a7738bb9a42de87eda.zip |
Fix gentoo base to be in the right section.
Signed-off-by: Alec Warner <antarus@gentoo.org>
-rw-r--r-- | _data/irc.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_data/irc.yaml b/_data/irc.yaml index dd3fd32..c199ce5 100644 --- a/_data/irc.yaml +++ b/_data/irc.yaml @@ -19,8 +19,6 @@ arch: description: "Gentoo Linux/AMD64 Developer Channel" - name: "gentoo-arm" description: "Gentoo Linux/ARM" - - name: "gentoo-base" - description: "Gentoo Base System Project" - name: "gentoo-bsd" description: "Gentoo *BSD" - name: "gentoo-hppa" @@ -40,6 +38,8 @@ general: description: "The Accessibility project" - name: "gentoo-apache" description: "Gentoo Apache development related chat" + - name: "gentoo-base" + description: "Gentoo Base System Project" - name: "gentoo-bugs" description: "Gentoo BugDay Events, Gentoo Bug Fixing" - name: "gentoo-cluster" |