treewide: Improve wording of meta.description
This commit is contained in:
@@ -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 ];
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user