maintainers: add bonsairobo

Co-authored-by: Jussi Kuokkanen <44469719+Lurkki14@users.noreply.github.com>
This commit is contained in:
Duncan Fairbanks 2023-11-12 13:53:51 -08:00
parent c27e1bcb98
commit 4ed0ebac06
2 changed files with 7 additions and 1 deletions

View File

@ -2711,6 +2711,12 @@
githubId = 150560585; githubId = 150560585;
name = "Dmitry Ivankov"; name = "Dmitry Ivankov";
}; };
bonsairobo = {
email = "duncanfairbanks6@gmail.com";
github = "bonsairobo";
githubId = 3229981;
name = "Duncan Fairbanks";
};
booklearner = { booklearner = {
name = "booklearner"; name = "booklearner";
email = "booklearner@proton.me"; email = "booklearner@proton.me";

View File

@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://github.com/KhronosGroup/KTX-Software"; homepage = "https://github.com/KhronosGroup/KTX-Software";
license = licenses.asl20; license = licenses.asl20;
maintainers = [ ]; maintainers = with maintainers; [ bonsairobo ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }