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";
|
homepage = "https://xkbcommon.org";
|
||||||
changelog = "https://github.com/xkbcommon/libxkbcommon/blob/xkbcommon-${version}/NEWS";
|
changelog = "https://github.com/xkbcommon/libxkbcommon/blob/xkbcommon-${version}/NEWS";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ttuegel ];
|
maintainers = with maintainers; [ primeos ttuegel ];
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user