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.
This commit is contained in:
Maximilian Bosch
2025-08-27 10:58:57 +02:00
parent 201cb3e519
commit 10d9aa3811
3 changed files with 2 additions and 3 deletions

View File

@@ -314,7 +314,6 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [
fpletz
globin
ma27
SchweGELBin
];
platforms = lib.platforms.unix;

View File

@@ -44,6 +44,6 @@ stdenv.mkDerivation rec {
homepage = "https://js.wiki/";
description = "Modern and powerful wiki app built on Node.js";
license = licenses.agpl3Only;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -50,6 +50,6 @@ buildPythonPackage rec {
homepage = "https://pydash.readthedocs.io";
changelog = "https://github.com/dgilland/pydash/blob/v${version}/CHANGELOG.rst";
license = licenses.mit;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}