mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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.
This commit is contained in:
parent
a3b4695042
commit
f202f96425
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user