about summary refs log tree commit diff
path: root/pkgs/applications
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
parent815bfe3cb6cf53b11d342bfcb932215edd1d0ffa (diff)
downloadnixlib-e7d1be840ccf453a8320fdc09759638270b1129a.tar
nixlib-e7d1be840ccf453a8320fdc09759638270b1129a.tar.gz
nixlib-e7d1be840ccf453a8320fdc09759638270b1129a.tar.bz2
nixlib-e7d1be840ccf453a8320fdc09759638270b1129a.tar.lz
nixlib-e7d1be840ccf453a8320fdc09759638270b1129a.tar.xz
nixlib-e7d1be840ccf453a8320fdc09759638270b1129a.tar.zst
nixlib-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')
-rw-r--r--pkgs/applications/science/math/geogebra/default.nix2
-rw-r--r--pkgs/applications/version-management/git-and-tools/delta/default.nix2
-rw-r--r--pkgs/applications/window-managers/yabar/build.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/math/geogebra/default.nix b/pkgs/applications/science/math/geogebra/default.nix
index a6950ad3451c..a0548ffb232b 100644
--- a/pkgs/applications/science/math/geogebra/default.nix
+++ b/pkgs/applications/science/math/geogebra/default.nix
@@ -27,7 +27,7 @@ let
       calculus in one easy-to-use package.
     '';
     homepage = "https://www.geogebra.org/";
-    maintainers = with maintainers; [ ma27 ];
+    maintainers = with maintainers; [ ];
     license = with licenses; [ gpl3 cc-by-nc-sa-30 geogebra ];
     platforms = with platforms; linux ++ darwin;
     hydraPlatforms = [];
diff --git a/pkgs/applications/version-management/git-and-tools/delta/default.nix b/pkgs/applications/version-management/git-and-tools/delta/default.nix
index f44987037aab..e3862a81b427 100644
--- a/pkgs/applications/version-management/git-and-tools/delta/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/delta/default.nix
@@ -34,6 +34,6 @@ rustPlatform.buildRustPackage rec {
     description = "A syntax-highlighting pager for git";
     changelog = "https://github.com/dandavison/delta/releases/tag/${version}";
     license = licenses.mit;
-    maintainers = with maintainers; [ marsam ma27 zowoq ];
+    maintainers = with maintainers; [ marsam zowoq ];
   };
 }
diff --git a/pkgs/applications/window-managers/yabar/build.nix b/pkgs/applications/window-managers/yabar/build.nix
index 10806ba78cfe..b9996e1b4666 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; [ ];
   };
 }