hax11: add cybershadow to maintainers

+1 -1
+1 -1
pkgs/development/libraries/hax11/default.nix
··· 44 44 homepage = "https://github.com/CyberShadow/hax11"; 45 45 description = "Hackbrary to Hook and Augment X11 protocol calls"; 46 46 license = with lib.licenses; [ mit ]; 47 - maintainers = with lib.maintainers; [ AndersonTorres ]; 47 + maintainers = with lib.maintainers; [ AndersonTorres cybershadow ]; 48 48 platforms = lib.platforms.linux; 49 49 }; 50 50 })