swaync: add themaxmur as maintainer (#1032)

This commit is contained in:
MaxMur 2025-03-20 19:20:05 +03:00 committed by GitHub
parent 09207f8bbd
commit bf4cc681f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,4 @@
{ lib, ... }:
{
maintainers = [ ];
maintainers = [ lib.maintainers.themaxmur ];
}