maintainers: payas -> bhankas

This commit is contained in:
Payas Relekar 2024-03-16 13:31:06 +05:30
parent 8f72bd17ea
commit fa5fd9503c
4 changed files with 9 additions and 9 deletions

View File

@ -2544,6 +2544,12 @@
githubId = 34919100;
name = "Brendan Hall";
};
bhankas = {
email = "payas@relekar.org";
github = "bhankas";
githubId = 24254289;
name = "Payas Relekar";
};
bhipple = {
email = "bhipple@protonmail.com";
github = "bhipple";
@ -15096,12 +15102,6 @@
githubId = 116740;
name = "Paweł Pacana";
};
payas = {
email = "relekarpayas@gmail.com";
github = "bhankas";
githubId = 24254289;
name = "Payas Relekar";
};
pb- = {
email = "pbaecher@gmail.com";
github = "pb-";

View File

@ -21,7 +21,7 @@ buildGoModule rec {
description = "Org-mode parser and static site generator in go";
homepage = "https://niklasfasching.github.io/go-org";
license = licenses.mit;
maintainers = with maintainers; [ payas ];
maintainers = with maintainers; [ bhankas ];
mainProgram = "go-org";
};
}

View File

@ -31,6 +31,6 @@ rustPlatform.buildRustPackage rec {
mit
];
mainProgram = "glas";
maintainers = with lib.maintainers; [ payas ];
maintainers = with lib.maintainers; [ bhankas ];
};
}

View File

@ -59,6 +59,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/ducaale/xh";
changelog = "https://github.com/ducaale/xh/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ figsoda payas ];
maintainers = with maintainers; [ figsoda bhankas ];
};
}