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:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user