mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
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/";
|
||||
license = licenses.mit; # Expat version
|
||||
platforms = if withLibraries then platforms.linux else platforms.unix;
|
||||
maintainers = with maintainers; [ primeos codyopel ];
|
||||
maintainers = with maintainers; [ primeos codyopel qyliss ];
|
||||
};
|
||||
|
||||
passthru.version = version;
|
||||
|
Loading…
Reference in New Issue
Block a user