wayland-protocols: Update meta and add myself as maintainer

This commit is contained in:
Michael Weiss 2020-02-05 00:52:48 +01:00
parent de3f4fe900
commit ded18bd210
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

@ -17,10 +17,17 @@ stdenv.mkDerivation rec {
meta = {
description = "Wayland protocol extensions";
homepage = https://wayland.freedesktop.org/;
license = lib.licenses.mit;
longDescription = ''
wayland-protocols contains Wayland protocols that add functionality not
available in the Wayland core protocol. Such protocols either add
completely new functionality, or extend the functionality of some other
protocol either in Wayland core, or some other protocol in
wayland-protocols.
'';
homepage = https://gitlab.freedesktop.org/wayland/wayland-protocols;
license = lib.licenses.mit; # Expat version
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ ];
maintainers = with lib.maintainers; [ primeos ];
};
passthru.version = version;