jsonfmt: Add matthiasbeyer as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer
2025-12-25 13:01:13 +01:00
parent 0c90982cd5
commit d01fbfb729
+1 -1
View File
@@ -33,7 +33,7 @@ buildGoModule rec {
homepage = "https://github.com/caarlos0/jsonfmt";
changelog = "https://github.com/caarlos0/jsonfmt/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = [ ];
maintainers = [ lib.maintainers.matthiasbeyer ];
mainProgram = "jsonfmt";
};
}