Unverified Commit cb7f76ef authored by Thibault Molleman's avatar Thibault Molleman Committed by GitHub
Browse files

nextcloud-client: fix description (#344196)

parent 06187846
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];