Merge pull request #146140 from caugner/patch-2

nextcloud-client: remove caugner (myself) from maintainers
This commit is contained in:
Bobby Rong 2021-11-15 22:23:42 +08:00 committed by GitHub
commit 7cb0e6ff16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ mkDerivation rec {
description = "Nextcloud themed desktop client"; description = "Nextcloud themed desktop client";
homepage = "https://nextcloud.com"; homepage = "https://nextcloud.com";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ caugner kranzes ]; maintainers = with maintainers; [ kranzes ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }