mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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 = {
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user