cozette: add marsam to maintainers

This commit is contained in:
Mario Rodas
2020-07-02 04:20:00 -05:00
parent 648277451c
commit c2007a94c6

View File

@@ -23,6 +23,6 @@ fetchzip rec {
homepage = "https://github.com/slavfox/cozette";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ brettlyons ];
maintainers = with maintainers; [ brettlyons marsam ];
};
}