From f202f964259f9fd357be7457d1638a6c7a5e08ef Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Thu, 21 Jan 2021 18:48:51 +0100 Subject: [PATCH] libxkbcommon: Add myself as maintainer From the Git log it seems that this package currently lacks an active maintainer. I'll try to help out for now. --- pkgs/development/libraries/libxkbcommon/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libxkbcommon/default.nix b/pkgs/development/libraries/libxkbcommon/default.nix index 87f85637775..467d42ce997 100644 --- a/pkgs/development/libraries/libxkbcommon/default.nix +++ b/pkgs/development/libraries/libxkbcommon/default.nix @@ -43,7 +43,7 @@ stdenv.mkDerivation rec { homepage = "https://xkbcommon.org"; changelog = "https://github.com/xkbcommon/libxkbcommon/blob/xkbcommon-${version}/NEWS"; license = licenses.mit; - maintainers = with maintainers; [ ttuegel ]; + maintainers = with maintainers; [ primeos ttuegel ]; platforms = with platforms; unix; }; }