Fixed many descriptions
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "A simple and lightweight volume icon that sits in your system tray.";
|
||||
description = "A simple and lightweight volume icon that sits in your system tray";
|
||||
homepage = https://github.com/Unia/gvolicon;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
|
||||
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "A cron like daemon for mpd.";
|
||||
description = "A cron like daemon for mpd";
|
||||
homepage = http://alip.github.io/mpdcron/;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = with stdenv.lib.platforms; unix;
|
||||
|
||||
@@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ gtk3 pkgconfig intltool alsaLib ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A lightweight volume control that sits in your systray.";
|
||||
homepage = "http://softwarebakery.com/maato/volumeicon.html";
|
||||
description = "A lightweight volume control that sits in your systray";
|
||||
homepage = http://softwarebakery.com/maato/volumeicon.html;
|
||||
platforms = pkgs.lib.platforms.linux;
|
||||
maintainers = with maintainers; [ bobvanderlinden ];
|
||||
license = pkgs.lib.licenses.gpl3;
|
||||
|
||||
Reference in New Issue
Block a user