youtube-dl: add maintainer

This commit is contained in:
zowoq 2020-12-14 06:02:13 +10:00
parent 0bf2300501
commit f37a1749c3

View File

@ -63,6 +63,6 @@ buildPythonPackage rec {
'';
license = licenses.publicDomain;
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ bluescreen303 phreedom AndersonTorres fpletz enzime ma27 ];
maintainers = with maintainers; [ bluescreen303 phreedom AndersonTorres fpletz enzime ma27 zowoq ];
};
}