toilet: add myself (pSub) as maintainer

Changed files
+4 -3
pkgs
tools
misc
toilet
+4 -3
pkgs/tools/misc/toilet/default.nix
···
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libcaca ];
-
meta = {
+
meta = with stdenv.lib; {
description = "Display large colourful characters in text mode";
homepage = http://caca.zoy.org/wiki/toilet;
-
license = stdenv.lib.licenses.wtfpl;
-
platforms = stdenv.lib.platforms.all;
+
license = licenses.wtfpl;
+
maintainers = with maintainers; [ pSub ];
+
platforms = platforms.all;
};
}