diff options
author | Alec Warner <antarus@gentoo.org> | 2020-02-02 23:42:24 -0800 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2020-02-02 23:42:24 -0800 |
commit | 9d587039c0bce419abf0de830816bbfec92ce5ed (patch) | |
tree | fc74a32c64382533fe49dda275c553f46656edba | |
parent | irc: add #gentoo-libressl (diff) | |
download | www-9d587039c0bce419abf0de830816bbfec92ce5ed.tar.gz www-9d587039c0bce419abf0de830816bbfec92ce5ed.tar.bz2 www-9d587039c0bce419abf0de830816bbfec92ce5ed.zip |
Fix missing colon.
Signed-off-by: Alec Warner <antarus@gentoo.org>
-rw-r--r-- | _data/irc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_data/irc.yaml b/_data/irc.yaml index 65f9fa2..7268974 100644 --- a/_data/irc.yaml +++ b/_data/irc.yaml @@ -84,7 +84,7 @@ general: description: "Gentoo Kernel development discussion" - name: "gentoo-laptop" description: "Laptop related chat" - - name "gentoo-libressl" + - name: "gentoo-libressl" description: "LibreSSL support channel" - name: "gentoo-lisp" description: "Gentoo Lisp related chat" |