smatch: add marsam to maintainers

+1 -1
+1 -1
pkgs/development/tools/analysis/smatch/default.nix
··· 32 32 meta = with lib; { 33 33 description = "A semantic analysis tool for C"; 34 34 homepage = "http://smatch.sourceforge.net/"; 35 - maintainers = with maintainers; [ ]; 35 + maintainers = with maintainers; [ marsam ]; 36 36 license = licenses.gpl2Plus; 37 37 platforms = platforms.all; 38 38 };