treewide: add _0x5a4 as maintainer (#1044)

This commit is contained in:
1444 2025-03-22 15:01:54 +01:00 committed by GitHub
parent 0fb3bc5f8c
commit 75291f7b18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,7 @@
{ lib, ... }:
{
maintainers = [ lib.maintainers.danth ];
maintainers = with lib.maintainers; [
_0x5a4
danth
];
}

View file

@ -1,3 +1,4 @@
{ lib, ... }:
{
maintainers = [ ];
maintainers = [ lib.maintainers._0x5a4 ];
}