treewide: Improve wording of meta.description

This commit is contained in:
Alexis Hildebrandt
2024-06-09 23:08:48 +02:00
parent f8c4a98e8e
commit fd6ca8d0f5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
];
meta = with lib; {
description = "Fre:ac audio converter project";
description = "Audio converter and CD ripper with support for various popular formats and encoders";
license = licenses.gpl2Plus;
homepage = "https://www.freac.org/";
maintainers = with maintainers; [ shamilton ];
+1 -1
View File
@@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
];
meta = with lib; {
description = "Ncurses console audio player designed to be powerful and easy to use";
description = "Terminal audio player designed to be powerful and easy to use";
homepage = "http://moc.daper.net/";
license = licenses.gpl2;
maintainers = with maintainers; [ aethelz pSub jagajaga ];
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
description = "Ncurses mixer for PulseAudio inspired by pavucontrol";
description = "Terminal mixer for PulseAudio inspired by pavucontrol";
homepage = "https://github.com/fulhax/ncpamixer";
license = licenses.mit;
platforms = platforms.linux;