From cb90b5a8e42e674852dbe2c4f864fca2bd84e50a Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 4 Jun 2022 04:20:00 +0000 Subject: [PATCH] smatch: add marsam to maintainers --- pkgs/development/tools/analysis/smatch/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/analysis/smatch/default.nix b/pkgs/development/tools/analysis/smatch/default.nix index b22c1c4411fa..ff7462091069 100644 --- a/pkgs/development/tools/analysis/smatch/default.nix +++ b/pkgs/development/tools/analysis/smatch/default.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "A semantic analysis tool for C"; homepage = "http://smatch.sourceforge.net/"; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ marsam ]; license = licenses.gpl2Plus; platforms = platforms.all; };