summary refs log tree commit diff
path: root/pkgs/applications/office/notes-up/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office/notes-up/default.nix')
-rw-r--r--pkgs/applications/office/notes-up/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/notes-up/default.nix b/pkgs/applications/office/notes-up/default.nix
index de09bc1c761..4422968efbc 100644
--- a/pkgs/applications/office/notes-up/default.nix
+++ b/pkgs/applications/office/notes-up/default.nix
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
       + lib.optionalString withPantheon " - built with Contractor support";
     homepage = "https://github.com/Philip-Scott/Notes-up";
     license = licenses.gpl2Only;
-    maintainers = with maintainers; [ davidak ];
+    maintainers = with maintainers; [ ] ++ teams.pantheon.members;
     platforms = platforms.linux;
   };
 }