bruno: remove period at the end of the description

This commit is contained in:
Sebastian Gabriel Trzpiot 2023-12-29 16:35:38 +01:00
parent 4ccef33041
commit 4ba9613948

View File

@ -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 ];