toilet: add myself (pSub) as maintainer
This commit is contained in:
parent
66f99ecb7f
commit
f3d9353a75
1 changed files with 4 additions and 3 deletions
|
@ -12,10 +12,11 @@ stdenv.mkDerivation rec {
|
|||
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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue