about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-01-09 22:42:37 +0300
committerK900 <me@0upti.me>2024-01-09 22:42:37 +0300
commit838aefefc3ff5e4c8e29efe98cd38284d179d98a (patch)
treedb9d4b01f4c58b9e062386edbf91c3351903f999 /pkgs/applications/graphics
parentd8364a95c7048af5d4036f1bc1d03d448a8bb017 (diff)
parent8736250fc2dd54702e7d53936b672e20f44fc9d1 (diff)
Merge remote-tracking branch 'origin/master' into staging-next
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;
   };
 }