antidote: add NanamiNakano as maintainer (#527969)
This commit is contained in:
@@ -19162,6 +19162,11 @@
|
||||
githubId = 1222539;
|
||||
name = "Roman Naumann";
|
||||
};
|
||||
NanamiNakano = {
|
||||
name = "Nanami Nakano";
|
||||
github = "NanamiNakano";
|
||||
githubId = 64841155;
|
||||
};
|
||||
nanotwerp = {
|
||||
email = "nanotwerp@gmail.com";
|
||||
github = "nanotwerp";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user