ytcc: add marsam to maintainers

This commit is contained in:
Mario Rodas 2021-10-30 04:20:00 +00:00
parent 1840a292ec
commit 29a10a5e07

View File

@ -50,6 +50,6 @@ python3Packages.buildPythonApplication rec {
description = "Command Line tool to keep track of your favourite YouTube channels without signing up for a Google account";
homepage = "https://github.com/woefe/ytcc";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ marius851000 ];
maintainers = with lib.maintainers; [ marius851000 marsam ];
};
}