Unverified Commit 656ae068 authored by Leah Amelia Chen's avatar Leah Amelia Chen
Browse files

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.
parent 478d3923
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; [