maintainers: remove adtya

This commit is contained in:
Hythera 2026-02-27 20:22:13 +01:00
parent 2d6545333d
commit 9f1f164e64
No known key found for this signature in database
GPG key ID: 123E2CC7E1F951AA
5 changed files with 3 additions and 11 deletions

View file

@ -703,13 +703,6 @@
githubId = 315003;
name = "Adam Saponara";
};
adtya = {
email = "adtya@adtya.xyz";
github = "adtya";
githubId = 22346805;
name = "Adithya Nair";
keys = [ { fingerprint = "51E4 F5AB 1B82 BE45 B422 9CC2 43A5 E25A A5A2 7849"; } ];
};
aduh95 = {
email = "duhamelantoine1995@gmail.com";
github = "aduh95";

View file

@ -92,7 +92,6 @@ buildGoModule rec {
homepage = "https://fly.io/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
adtya
techknowlogick
RaghavSood
SchahinRohani

View file

@ -44,6 +44,6 @@ stdenvNoCC.mkDerivation rec {
description = "Chilanka Malayalam Typeface";
license = lib.licenses.ofl;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ adtya ];
maintainers = [ ];
};
}

View file

@ -44,6 +44,6 @@ stdenvNoCC.mkDerivation rec {
description = "Manjari Malayalam Typeface";
license = lib.licenses.ofl;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ adtya ];
maintainers = [ ];
};
}

View file

@ -41,7 +41,7 @@ buildGoModule (finalAttrs: {
homepage = "https://git.mills.io/prologic/zs";
changelog = "https://git.mills.io/prologic/zs/releases/tag/${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ adtya ];
maintainers = [ ];
mainProgram = "zs";
};
})