libxkbcommon: add ttuegel to maintainers

This commit is contained in:
Thomas Tuegel
2017-03-04 15:08:47 -06:00
parent a909329bed
commit a368a80c90
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
description = "A library to handle keyboard descriptions"; description = "A library to handle keyboard descriptions";
homepage = http://xkbcommon.org; homepage = http://xkbcommon.org;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ garbas ]; maintainers = with maintainers; [ garbas ttuegel ];
platforms = with platforms; unix; platforms = with platforms; unix;
}; };
} }