maintainers: add aktaboot

This commit is contained in:
aktaboot 2024-04-19 13:13:52 +02:00
parent 9ca7c79ed2
commit 6ec76d9398
2 changed files with 7 additions and 0 deletions

View File

@ -790,6 +790,12 @@
githubId = 20405311;
name = "Aksh Gupta";
};
aktaboot = {
email = "akhtaboo@protonmail.com";
github = "aktaboot";
githubId = 120214979;
name = "aktaboot";
};
al3xtjames = {
email = "nix@alextjam.es";
github = "al3xtjames";

View File

@ -43,5 +43,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Dj-Codeman/doge";
license = licenses.eupl12;
mainProgram = "doge";
maintainers = with maintainers; [ aktaboot ];
};
}