glaze: add miniharrinn as a maintainer
This commit is contained in:
@@ -35,7 +35,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/stephenberry/glaze/releases/tag/v${finalAttrs.version}";
|
||||
description = "Extremely fast, in memory, JSON and interface library for modern C++";
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ moni ];
|
||||
maintainers = with lib.maintainers; [
|
||||
moni
|
||||
miniharinn
|
||||
];
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user