From 4c57e70cccb6bacbd8bca9cb7040572893350383 Mon Sep 17 00:00:00 2001 From: Ilan Joselevich Date: Tue, 3 Aug 2021 12:50:50 +0300 Subject: [PATCH] nextcloud-client: added kranzes (myself) as a maintainer --- pkgs/applications/networking/nextcloud-client/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/nextcloud-client/default.nix b/pkgs/applications/networking/nextcloud-client/default.nix index 82c01bce6df..7e769b7b0f7 100644 --- a/pkgs/applications/networking/nextcloud-client/default.nix +++ b/pkgs/applications/networking/nextcloud-client/default.nix @@ -70,7 +70,7 @@ mkDerivation rec { description = "Nextcloud themed desktop client"; homepage = "https://nextcloud.com"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ caugner ]; + maintainers = with maintainers; [ caugner kranzes ]; platforms = platforms.linux; }; }