vicinae: make description more style-guide-compliant

Specifically, the description should not start with an article (the/a/an)
and should avoid the use of personal pronouns like "you". Admittedly this
is a minor and subjective change, but we should be enforcing style
requirements more stringently in Nixpkgs anyway.
This commit is contained in:
Leah Amelia Chen
2025-12-22 14:39:51 +08:00
parent 478d392387
commit 656ae068f2
+1 -1
View File
@@ -101,7 +101,7 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
passthru.updateScript = ./update.sh;
meta = {
description = "A focused launcher for your desktop native, fast, extensible";
description = "Native, fast, extensible launcher for the desktop";
homepage = "https://github.com/vicinaehq/vicinae";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [