summary refs log tree commit diff
diff options
context:
space:
mode:
authorTrolli Schmittlauch <t.schmittlauch+nixos@orlives.de>2021-11-16 03:40:59 +0100
committerTrolli Schmittlauch <t.schmittlauch+nixos@orlives.de>2021-11-16 03:40:59 +0100
commit9928e040e74322639fcebf87f58fb88780bd2ba4 (patch)
treea8bbc9569b966d342b510034c59abb128359baae
parent55bb949a2ef305ed6aff95e69a6c04036185eed0 (diff)
downloadnixpkgs-9928e040e74322639fcebf87f58fb88780bd2ba4.tar
nixpkgs-9928e040e74322639fcebf87f58fb88780bd2ba4.tar.gz
nixpkgs-9928e040e74322639fcebf87f58fb88780bd2ba4.tar.bz2
nixpkgs-9928e040e74322639fcebf87f58fb88780bd2ba4.tar.lz
nixpkgs-9928e040e74322639fcebf87f58fb88780bd2ba4.tar.xz
nixpkgs-9928e040e74322639fcebf87f58fb88780bd2ba4.tar.zst
nixpkgs-9928e040e74322639fcebf87f58fb88780bd2ba4.zip
seafile-client: add greizgh as maintainer due to their own request
-rw-r--r--pkgs/applications/networking/seafile-client/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/seafile-client/default.nix b/pkgs/applications/networking/seafile-client/default.nix
index 2c134f84a9f..7d5d414a4f9 100644
--- a/pkgs/applications/networking/seafile-client/default.nix
+++ b/pkgs/applications/networking/seafile-client/default.nix
@@ -29,6 +29,6 @@ mkDerivation rec {
     description = "Desktop client for Seafile, the Next-generation Open Source Cloud Storage";
     license = licenses.asl20;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ schmittlauch ];
+    maintainers = with maintainers; [ schmittlauch greizgh ];
   };
 }