treewide: remove package names from prefix of descriptions

This commit is contained in:
Ben Siraphob
2020-10-27 09:15:07 -07:00
committed by Jon
parent 7371c2cc9b
commit db74029e3e
139 changed files with 144 additions and 150 deletions
+2 -2
View File
@@ -29,9 +29,9 @@ buildPythonApplication rec {
meta = with lib; {
homepage = "https://frescobaldi.org/";
description = ''Frescobaldi is a LilyPond sheet music text editor'';
description = "A LilyPond sheet music text editor";
longDescription = ''
Powerful text editor with syntax highlighting and automatic completion,
Powerful text editor with syntax highlighting and automatic completion,
Music view with advanced Point & Click, Midi player to proof-listen
LilyPond-generated MIDI files, Midi capturing to enter music,
Powerful Score Wizard to quickly setup a music score, Snippet Manager
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "Betterlockscreen is a simple minimal lock screen which allows you to cache images with different filters and lockscreen with blazing speed";
description = "A simple minimal lock screen which allows you to cache images with different filters and lockscreen with blazing speed";
homepage = "https://github.com/pavanjadhaw/betterlockscreen";
license = licenses.mit;
platforms = platforms.linux;