treewide: remove myself from a few more packages

* Stopped using wiki-js.
* I never really contributed to mpv, even though that apparently was the
plan a while ago.
* pydash was a reverse-dependency of privacyidea which I removed long
ago. Since then I haven't touched it anymore.

+2 -3
-1
pkgs/applications/video/mpv/default.nix
··· 314 314 maintainers = with lib.maintainers; [ 315 315 fpletz 316 316 globin 317 - ma27 318 317 SchweGELBin 319 318 ]; 320 319 platforms = lib.platforms.unix;
+1 -1
pkgs/by-name/wi/wiki-js/package.nix
··· 44 44 homepage = "https://js.wiki/"; 45 45 description = "Modern and powerful wiki app built on Node.js"; 46 46 license = licenses.agpl3Only; 47 - maintainers = with maintainers; [ ma27 ]; 47 + maintainers = with maintainers; [ ]; 48 48 }; 49 49 }
+1 -1
pkgs/development/python-modules/pydash/default.nix
··· 50 50 homepage = "https://pydash.readthedocs.io"; 51 51 changelog = "https://github.com/dgilland/pydash/blob/v${version}/CHANGELOG.rst"; 52 52 license = licenses.mit; 53 - maintainers = with maintainers; [ ma27 ]; 53 + maintainers = with maintainers; [ ]; 54 54 }; 55 55 }