dbus-broker: add myself as maintainer

This commit is contained in:
r-vdp 2025-06-18 17:28:53 +02:00
parent c1b61e594a
commit e4d198a47c
No known key found for this signature in database

View File

@ -13,7 +13,10 @@
let
meta = {
maintainers = with lib.maintainers; [ peterhoeg ];
maintainers = with lib.maintainers; [
peterhoeg
rvdp
];
platforms = lib.platforms.linux;
};