notation: add vdemeester as maintainer

https://github.com/NixOS/nixpkgs/pull/461273#issuecomment-3528411732

Co-authored-by: vdemeester <vincent@sbr.pm>
This commit is contained in:
06kellyjac
2025-11-13 16:00:50 +00:00
co-authored by vdemeester
parent 5fc400b8e9
commit 7cd32151f5
+1
View File
@@ -52,6 +52,7 @@ buildGoModule (finalAttrs: {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
jk
vdemeester
];
mainProgram = "notation";
};