nextcloud-client: fix description (#344196)

This commit is contained in:
Thibault Molleman
2024-09-25 18:47:56 +02:00
committed by GitHub
parent 061878461f
commit cb7f76ef98
@@ -94,7 +94,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
changelog = "https://github.com/nextcloud/desktop/releases/tag/v${version}";
description = "Nextcloud themed desktop client";
description = "Desktop sync client for Nextcloud";
homepage = "https://nextcloud.com";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ kranzes SuperSandro2000 ];