hyprland: add skoove as maintainer (#1030)

This commit is contained in:
skoove 2025-03-20 17:40:27 +10:00 committed by GitHub
parent 4286d5819c
commit 6421b5c2d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 1 deletions

View file

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

View file

@ -16,4 +16,11 @@
{ fingerprint = "36BC 916D DD4E B1EE EE82 4BBF DC95 900F 6DA7 9992"; }
];
};
skoove = {
email = "zie@sturges.com.au";
name = "Zie Sturges";
github = "skoove";
githubId = 53106860;
};
}