ffsend: add marsam to maintainers

This commit is contained in:
Mario Rodas 2022-06-24 04:20:00 +00:00
parent 278934a4c8
commit 48134305bb

View File

@ -57,7 +57,7 @@ buildRustPackage rec {
'';
homepage = "https://gitlab.com/timvisee/ffsend";
license = licenses.gpl3Only;
maintainers = with maintainers; [ lilyball equirosa ];
maintainers = with maintainers; [ lilyball equirosa marsam ];
platforms = platforms.unix;
};
}