maintainers: remove atinba

This commit is contained in:
atinba
2026-01-26 13:31:34 +05:30
committed by GitHub
parent ee0f53babd
commit 8a64350677
3 changed files with 0 additions and 7 deletions
-5
View File
@@ -2543,11 +2543,6 @@
github = "AtilaSaraiva";
githubId = 29521461;
};
atinba = {
name = "Atin Bainada";
github = "atinba";
githubId = 61903527;
};
atkinschang = {
email = "atkinschang+nixpkgs@gmail.com";
github = "AtkinsChang";
@@ -148,7 +148,6 @@ stdenv.mkDerivation rec {
"aarch64-darwin"
];
maintainers = with lib.maintainers; [
atinba
ilian
viraptor
];
-1
View File
@@ -98,7 +98,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://openboard.ch/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
atinba
fufexan
];
platforms = lib.platforms.linux;