maintainers: add frogamic

This commit is contained in:
Dominic Shelton 2021-05-25 22:01:39 +10:00
parent fa97977180
commit b54a842529
2 changed files with 7 additions and 0 deletions

View file

@ -3523,6 +3523,12 @@
githubId = 1943632;
name = "fro_ozen";
};
frogamic = {
email = "frogamic@protonmail.com";
github = "frogamic";
githubId = 10263813;
name = "Dominic Shelton";
};
Frostman = {
email = "me@slukjanov.name";
github = "Frostman";

View file

@ -23,5 +23,6 @@ stdenvNoCC.mkDerivation {
homepage = "https://gitlab.com/Burning_Cube/quintom-cursor-theme";
platforms = platforms.unix;
license = with licenses; [ cc-by-sa-40 gpl3Only ];
maintainers = with maintainers; [ frogamic ];
};
}