about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorOPNA2608 <opna2608@protonmail.com>2024-01-09 01:26:26 +0100
committerOPNA2608 <opna2608@protonmail.com>2024-01-09 01:26:26 +0100
commitf04e24b61369b377095c6bad2fb2511c237af19f (patch)
tree03448b5a696a084d6d17fe71204d044174b39f2b /pkgs/applications/graphics
parentd405cc8e0e47f8c45f72729000395f3eb3f73a70 (diff)
megapixels: Drop OPNA2608 from maintainers
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/megapixels/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/megapixels/default.nix b/pkgs/applications/graphics/megapixels/default.nix
index d197fdadc369f..4747e5c03a30d 100644
--- a/pkgs/applications/graphics/megapixels/default.nix
+++ b/pkgs/applications/graphics/megapixels/default.nix
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
     homepage = "https://gitlab.com/postmarketOS/megapixels";
     changelog = "https://gitlab.com/postmarketOS/megapixels/-/tags/${version}";
     license = licenses.gpl3Only;
-    maintainers = with maintainers; [ OPNA2608 dotlambda ];
+    maintainers = with maintainers; [ dotlambda ];
     platforms = platforms.linux;
   };
 }