about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-01-23 02:08:54 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-01-26 11:31:39 +0000
commit6b5429f4dbf98bea1d008935c19d29c09cf3bd1b (patch)
treebf291cb1d1c527b989b6c7e28c9132b239acbe4f /pkgs/applications/graphics
parent5b407fd459b9d81c5612dda54f91652418d5f3d5 (diff)
f3d.meta.maintainers: add pbsds
(cherry picked from commit ce77b53f1a812aca689056e8c25a58479fdd0cb7)
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/f3d/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/f3d/default.nix b/pkgs/applications/graphics/f3d/default.nix
index 38b829659ba8c..6d78c28ace779 100644
--- a/pkgs/applications/graphics/f3d/default.nix
+++ b/pkgs/applications/graphics/f3d/default.nix
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
     homepage = "https://f3d-app.github.io/f3d";
     changelog = "https://github.com/f3d-app/f3d/releases/tag/v${version}";
     license = licenses.bsd3;
-    maintainers = with maintainers; [ bcdarwin ];
+    maintainers = with maintainers; [ bcdarwin pbsds ];
     platforms = with platforms; unix;
   };
 }