antidote: add NanamiNakano as maintainer (#527969)

This commit is contained in:
Yohann Boniface
2026-06-07 22:09:36 +00:00
committed by GitHub
2 changed files with 9 additions and 1 deletions
+5
View File
@@ -19162,6 +19162,11 @@
githubId = 1222539;
name = "Roman Naumann";
};
NanamiNakano = {
name = "Nanami Nakano";
github = "NanamiNakano";
githubId = 64841155;
};
nanotwerp = {
email = "nanotwerp@gmail.com";
github = "nanotwerp";
+4 -1
View File
@@ -32,7 +32,10 @@ stdenv.mkDerivation (finalAttrs: {
description = "Zsh plugin manager made from the ground up thinking about performance";
homepage = "https://getantidote.github.io/";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.hitsmaxft ];
maintainers = with lib.maintainers; [
hitsmaxft
NanamiNakano
];
platforms = lib.platforms.all;
};
})