wayland: add myself to maintainers
This commit is contained in:
parent
4d8adb49d5
commit
ae758ea389
@ -101,7 +101,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://wayland.freedesktop.org/";
|
homepage = "https://wayland.freedesktop.org/";
|
||||||
license = licenses.mit; # Expat version
|
license = licenses.mit; # Expat version
|
||||||
platforms = if withLibraries then platforms.linux else platforms.unix;
|
platforms = if withLibraries then platforms.linux else platforms.unix;
|
||||||
maintainers = with maintainers; [ primeos codyopel ];
|
maintainers = with maintainers; [ primeos codyopel qyliss ];
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru.version = version;
|
passthru.version = version;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user