wayland-protocols: Update meta and add myself as maintainer
This commit is contained in:
parent
de3f4fe900
commit
ded18bd210
@ -17,10 +17,17 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Wayland protocol extensions";
|
description = "Wayland protocol extensions";
|
||||||
homepage = https://wayland.freedesktop.org/;
|
longDescription = ''
|
||||||
license = lib.licenses.mit;
|
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;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with lib.maintainers; [ ];
|
maintainers = with lib.maintainers; [ primeos ];
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru.version = version;
|
passthru.version = version;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user