forked from mirrors/nixpkgs
smatch: add marsam to maintainers
This commit is contained in:
parent
3a34767c9b
commit
cb90b5a8e4
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue