summary refs log tree commit diff
path: root/pkgs/development/libraries/dlib/default.nix
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2023-10-18 19:58:47 +0200
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-10-18 15:47:20 -0300
commit2ee12a93de090b8b735d673228c9df3c0fa49511 (patch)
tree99da8e69933a74e38e8481df3c1cbccc92d3841e /pkgs/development/libraries/dlib/default.nix
parent0aa2e8f960e4296b731ef8d60f5a45b1c62691ed (diff)
downloadnixpkgs-2ee12a93de090b8b735d673228c9df3c0fa49511.tar
nixpkgs-2ee12a93de090b8b735d673228c9df3c0fa49511.tar.gz
nixpkgs-2ee12a93de090b8b735d673228c9df3c0fa49511.tar.bz2
nixpkgs-2ee12a93de090b8b735d673228c9df3c0fa49511.tar.lz
nixpkgs-2ee12a93de090b8b735d673228c9df3c0fa49511.tar.xz
nixpkgs-2ee12a93de090b8b735d673228c9df3c0fa49511.tar.zst
nixpkgs-2ee12a93de090b8b735d673228c9df3c0fa49511.zip
treewide: remove myself (ma27) from a few packages
It's time again, I guess :>

Main motivation is to stop being pinged about software that I maintained
for work now that I'm about to switch jobs. There's no point in pinging
me to review/test updates or to debug issues in e.g. the Atlassian stack
or on mailman since I use neither personally.

But there's also a bunch of other stuff that I stopped using personally. While
at it I realized that I'm still maintainer of a few tests & modules related to
packages I stopped maintaining in the past already.
Diffstat (limited to 'pkgs/development/libraries/dlib/default.nix')
-rw-r--r--pkgs/development/libraries/dlib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/dlib/default.nix b/pkgs/development/libraries/dlib/default.nix
index 431f010eed1..92b6397c417 100644
--- a/pkgs/development/libraries/dlib/default.nix
+++ b/pkgs/development/libraries/dlib/default.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
     description = "A general purpose cross-platform C++ machine learning library";
     homepage = "http://www.dlib.net";
     license = licenses.boost;
-    maintainers = with maintainers; [ christopherpoole ma27 ];
+    maintainers = with maintainers; [ christopherpoole ];
     platforms = platforms.unix;
   };
 }