irssi: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-06 13:06:06 +02:00
parent 94fb1225af
commit ff161dcd69
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
description = "A terminal based IRC client";
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ lovek323 ];
license = stdenv.lib.licenses.gpl2Plus;
};
}