youtube-dl: remove maintainer

This commit is contained in:
zowoq 2021-09-10 08:18:54 +10:00
parent 02fb5847a2
commit 9fe2e640cc

View File

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