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