libxkbcommon: add ttuegel to maintainers

This commit is contained in:
Thomas Tuegel
2017-02-28 09:26:56 -06:00
parent a909329bed
commit a368a80c90

View File

@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
description = "A library to handle keyboard descriptions";
homepage = http://xkbcommon.org;
license = licenses.mit;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ garbas ttuegel ];
platforms = with platforms; unix;
};
}