maintainers: add aktaboot
This commit is contained in:
parent
9ca7c79ed2
commit
6ec76d9398
2 changed files with 7 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -43,5 +43,6 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/Dj-Codeman/doge";
|
||||
license = licenses.eupl12;
|
||||
mainProgram = "doge";
|
||||
maintainers = with maintainers; [ aktaboot ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue