youtube-dl: remove maintainer

This commit is contained in:
zowoq
2021-09-10 09:12:09 +10:00
parent 02fb5847a2
commit 9fe2e640cc
+1 -1
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 ];
};
}