hax11: add cybershadow to maintainers

This commit is contained in:
Vladimir Panteleev 2024-04-06 08:25:26 +00:00
parent 3c3a001afb
commit 8bb8cb8f13
No known key found for this signature in database
GPG Key ID: 5004F0FAD051576D
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ multiStdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/CyberShadow/hax11";
description = "Hackbrary to Hook and Augment X11 protocol calls";
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ AndersonTorres ];
maintainers = with lib.maintainers; [ AndersonTorres cybershadow ];
platforms = lib.platforms.linux;
};
})