From 4ba96139484d09808077778257392b4de8a8489f Mon Sep 17 00:00:00 2001 From: Sebastian Gabriel Trzpiot Date: Fri, 29 Dec 2023 16:35:38 +0100 Subject: [PATCH] bruno: remove period at the end of the description --- pkgs/by-name/br/bruno/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/br/bruno/package.nix b/pkgs/by-name/br/bruno/package.nix index c7e4a8a59062..48de30c9260a 100644 --- a/pkgs/by-name/br/bruno/package.nix +++ b/pkgs/by-name/br/bruno/package.nix @@ -52,7 +52,7 @@ stdenv.mkDerivation rec { passthru.updateScript = nix-update-script { }; meta = with lib; { - description = "Open-source IDE For exploring and testing APIs."; + description = "Open-source IDE For exploring and testing APIs"; homepage = "https://www.usebruno.com"; license = licenses.mit; maintainers = with maintainers; [ water-sucks lucasew kashw2 ];