treewide: add awwpotato to core maintainers list

This commit is contained in:
NAHO 2025-08-09 20:37:55 +02:00
parent 63bb34a66a
commit f6a351a444
No known key found for this signature in database
GPG key ID: BFB5D5E3F4C95185
5 changed files with 5 additions and 4 deletions

View file

@ -111,4 +111,4 @@ body:
module lists its maintainers in the
[documentation](https://nix-community.github.io/stylix).
placeholder: "@danth, @trueNAHO"
placeholder: "@awwpotato, @danth, @trueNAHO"

View file

@ -41,4 +41,4 @@ body:
maintainers in the
[documentation](https://nix-community.github.io/stylix).
placeholder: "@danth, @trueNAHO"
placeholder: "@awwpotato, @danth, @trueNAHO"

View file

@ -41,4 +41,4 @@ body:
maintainers in the
[documentation](https://nix-community.github.io/stylix).
placeholder: "@danth, @trueNAHO"
placeholder: "@awwpotato, @danth, @trueNAHO"

View file

@ -41,4 +41,4 @@ body:
maintainers in the
[documentation](https://nix-community.github.io/stylix).
placeholder: "@danth, @trueNAHO"
placeholder: "@awwpotato, @danth, @trueNAHO"

View file

@ -236,6 +236,7 @@ number of maintainers:
{ lib, ... }:
{
maintainers = with lib.maintainers; [
awwpotato
danth
naho
];