youtube-dl: remove maintainer
This commit is contained in:
parent
02fb5847a2
commit
9fe2e640cc
1 changed files with 1 additions and 1 deletions
|
@ -63,6 +63,6 @@ buildPythonPackage rec {
|
||||||
'';
|
'';
|
||||||
license = licenses.publicDomain;
|
license = licenses.publicDomain;
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
maintainers = with maintainers; [ bluescreen303 phreedom AndersonTorres fpletz ma27 zowoq ];
|
maintainers = with maintainers; [ bluescreen303 phreedom AndersonTorres fpletz ma27 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue