1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

toilet: add myself (pSub) as maintainer

This commit is contained in:
Pascal Wittmann 2018-07-16 22:04:48 +02:00
parent 66f99ecb7f
commit f3d9353a75
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -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;
};
}