summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-01-01 14:39:41 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2021-01-01 19:48:01 +0100
commite7d1be840ccf453a8320fdc09759638270b1129a (patch)
tree4d7f5362cb7ee458a2494a2b58994b00e7260a26 /pkgs/applications/window-managers
parent815bfe3cb6cf53b11d342bfcb932215edd1d0ffa (diff)
downloadnixpkgs-e7d1be840ccf453a8320fdc09759638270b1129a.tar
nixpkgs-e7d1be840ccf453a8320fdc09759638270b1129a.tar.gz
nixpkgs-e7d1be840ccf453a8320fdc09759638270b1129a.tar.bz2
nixpkgs-e7d1be840ccf453a8320fdc09759638270b1129a.tar.lz
nixpkgs-e7d1be840ccf453a8320fdc09759638270b1129a.tar.xz
nixpkgs-e7d1be840ccf453a8320fdc09759638270b1129a.tar.zst
nixpkgs-e7d1be840ccf453a8320fdc09759638270b1129a.zip
treewide: remove maintainership of `ma27` from a few packages
Those are packages I don't use anymore for a longer time and I therefore
don't think that listing me as maintainer is a good idea. If those
should be removed now, I'd be fine with that.

SuperSandro2000 will take care of a few packages[1].

[1] https://github.com/NixOS/nixpkgs/pull/108126#pullrequestreview-560599381
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/yabar/build.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/yabar/build.nix b/pkgs/applications/window-managers/yabar/build.nix
index 10806ba78cf..b9996e1b466 100644
--- a/pkgs/applications/window-managers/yabar/build.nix
+++ b/pkgs/applications/window-managers/yabar/build.nix
@@ -50,6 +50,6 @@ stdenv.mkDerivation {
     homepage    = "https://github.com/geommer/yabar";
     license     = licenses.mit;
     platforms   = platforms.linux;
-    maintainers = with maintainers; [ ma27 ];
+    maintainers = with maintainers; [ ];
   };
 }