about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorMatthias Thym <git@thym.at>2022-07-24 15:22:18 +0200
committerMatthias Thym <git@thym.at>2022-07-24 15:22:18 +0200
commit764a14817a44b29fd2bf91c65e35e0fc6967dc18 (patch)
tree22501d18ac91ece2b6b57941f7ec99540b265b4a /pkgs/applications/office
parent370228834d94bc6cbb61a527bb58a93acd298182 (diff)
qownnotes: Remove dtzWill as maintainer
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/qownnotes/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/qownnotes/default.nix b/pkgs/applications/office/qownnotes/default.nix
index 1bc67bbec3a6b..e729c486a9f59 100644
--- a/pkgs/applications/office/qownnotes/default.nix
+++ b/pkgs/applications/office/qownnotes/default.nix
@@ -24,7 +24,7 @@ mkDerivation rec {
     longDescription = "QOwnNotes is a plain-text file notepad and todo-list manager with markdown support and Nextcloud/ownCloud integration.";
     homepage = "https://www.qownnotes.org/";
     license = licenses.gpl2Only;
-    maintainers = with maintainers; [ dtzWill totoroot ];
+    maintainers = with maintainers; [ totoroot ];
     platforms = platforms.linux;
   };
 }