summary refs log tree commit diff
diff options
context:
space:
mode:
authorthyol <thyol@pm.me>2022-10-02 15:55:49 +0200
committerGitHub <noreply@github.com>2022-10-02 21:55:49 +0800
commit7cb6b3251f51704a82a29a40de17db91ecd875c5 (patch)
treeabf4fc56de298f39770a1a5c3a9fa2c52a16e63e
parent61f62685ee8175188230d25ecc5c3340545d49eb (diff)
downloadnixpkgs-7cb6b3251f51704a82a29a40de17db91ecd875c5.tar
nixpkgs-7cb6b3251f51704a82a29a40de17db91ecd875c5.tar.gz
nixpkgs-7cb6b3251f51704a82a29a40de17db91ecd875c5.tar.bz2
nixpkgs-7cb6b3251f51704a82a29a40de17db91ecd875c5.tar.lz
nixpkgs-7cb6b3251f51704a82a29a40de17db91ecd875c5.tar.xz
nixpkgs-7cb6b3251f51704a82a29a40de17db91ecd875c5.tar.zst
nixpkgs-7cb6b3251f51704a82a29a40de17db91ecd875c5.zip
etesync-dav: add thyol to maintainers
-rw-r--r--pkgs/applications/misc/etesync-dav/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/etesync-dav/default.nix b/pkgs/applications/misc/etesync-dav/default.nix
index 1c590451a9b..5ab3694728a 100644
--- a/pkgs/applications/misc/etesync-dav/default.nix
+++ b/pkgs/applications/misc/etesync-dav/default.nix
@@ -62,7 +62,7 @@ in python.pkgs.buildPythonApplication rec {
     homepage = "https://www.etesync.com/";
     description = "Secure, end-to-end encrypted, and privacy respecting sync for contacts, calendars and tasks";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ valodim ];
+    maintainers = with maintainers; [ thyol valodim ];
     broken = stdenv.isDarwin; # pyobjc-framework-Cocoa is missing
   };
 }