Unverified Commit 10d9aa38 authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

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.
parent 201cb3e5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -314,7 +314,6 @@ stdenv.mkDerivation (finalAttrs: {
    maintainers = with lib.maintainers; [
      fpletz
      globin
      ma27
      SchweGELBin
    ];
    platforms = lib.platforms.unix;
+1 −1
Original line number Diff line number Diff line
@@ -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; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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; [ ];
  };
}