summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/nextcloud-client
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-04-28 22:26:29 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-04-28 22:26:29 +0200
commit6331d0bd0101a0647b1b9be65b4d0917c2b227d4 (patch)
tree888253ed0a0bb58b0db01cf37ee6640d98f9e265 /pkgs/applications/networking/nextcloud-client
parent1f70a0a9e07be3e2dde872f700e4ede82c98c2ab (diff)
nextcloud-client: add SuperSandro2000 as maintainer
Diffstat (limited to 'pkgs/applications/networking/nextcloud-client')
-rw-r--r--pkgs/applications/networking/nextcloud-client/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/nextcloud-client/default.nix b/pkgs/applications/networking/nextcloud-client/default.nix
index b40916afd311..da8dc03d02f3 100644
--- a/pkgs/applications/networking/nextcloud-client/default.nix
+++ b/pkgs/applications/networking/nextcloud-client/default.nix
@@ -98,7 +98,7 @@ mkDerivation rec {
description = "Nextcloud themed desktop client";
homepage = "https://nextcloud.com";
license = licenses.gpl2Plus;
- maintainers = with maintainers; [ kranzes ];
+ maintainers = with maintainers; [ kranzes SuperSandro2000 ];
platforms = platforms.linux;
};
}