toilet: add myself (pSub) as maintainer
This commit is contained in:
parent
66f99ecb7f
commit
f3d9353a75
@ -12,10 +12,11 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ libcaca ];
|
buildInputs = [ libcaca ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Display large colourful characters in text mode";
|
description = "Display large colourful characters in text mode";
|
||||||
homepage = http://caca.zoy.org/wiki/toilet;
|
homepage = http://caca.zoy.org/wiki/toilet;
|
||||||
license = stdenv.lib.licenses.wtfpl;
|
license = licenses.wtfpl;
|
||||||
platforms = stdenv.lib.platforms.all;
|
maintainers = with maintainers; [ pSub ];
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user