about summary refs log tree commit diff
path: root/pkgs/applications/misc/copyq
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 01:31:39 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:52:14 +0200
commit4272b6439b874679fcc58fc3af9c58b9251eadc1 (patch)
tree914a1909d50c2e7dc335d3f57cec2dea782f10d4 /pkgs/applications/misc/copyq
parente59cb525caf1aa7ebb712615d28f93d1f02e77e9 (diff)
maintainers: remove willtim
no github account linked
Diffstat (limited to 'pkgs/applications/misc/copyq')
-rw-r--r--pkgs/applications/misc/copyq/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/copyq/default.nix b/pkgs/applications/misc/copyq/default.nix
index 763b8bd34d118..d672df00d79f2 100644
--- a/pkgs/applications/misc/copyq/default.nix
+++ b/pkgs/applications/misc/copyq/default.nix
@@ -51,7 +51,7 @@ mkDerivation rec {
     homepage = "https://hluk.github.io/CopyQ";
     description = "Clipboard Manager with Advanced Features";
     license = licenses.gpl3Only;
-    maintainers = with maintainers; [ willtim artturin ];
+    maintainers = with maintainers; [ artturin ];
     # NOTE: CopyQ supports windows and osx, but I cannot test these.
     # OSX build requires QT5.
     platforms = platforms.linux;