mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
maintainers: remove adtya
This commit is contained in:
parent
2d6545333d
commit
9f1f164e64
5 changed files with 3 additions and 11 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -92,7 +92,6 @@ buildGoModule rec {
|
|||
homepage = "https://fly.io/";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
adtya
|
||||
techknowlogick
|
||||
RaghavSood
|
||||
SchahinRohani
|
||||
|
|
|
|||
|
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue