rootbar: update meta

Correcting project’s English syntax errors.
This commit is contained in:
·𐑑𐑴𐑕𐑑𐑩𐑤 2026-01-24 21:10:51 +07:00
parent bd4951edf0
commit da12881f5e

View file

@ -38,11 +38,11 @@ gcc14Stdenv.mkDerivation {
meta = {
homepage = "https://hg.sr.ht/~scoopta/rootbar";
description = "Bar for Wayland WMs";
description = "Bar for wlroots-based Wayland compositors";
mainProgram = "rootbar";
longDescription = ''
Root Bar is a bar for wlroots based wayland compositors such as sway and
was designed to address the lack of good bars for wayland.
Root Bar is a bar for wlroots-based Wayland compositors such as Sway and
was designed to address the lack of good bars for Wayland.
'';
license = lib.licenses.gpl3Plus;
maintainers = [ ];