irssi: add description

This will make it show up if people search for 'irc'
This commit is contained in:
Scott R. Parish 2016-04-15 11:20:14 -07:00
parent 9cc1b065ca
commit 31b478d692

View file

@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://irssi.org;
description = "A terminal based IRC client";
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ lovek323 ];
};