summary refs log tree commit diff
path: root/pkgs/tools/audio/mpdcron
diff options
context:
space:
mode:
authorCharles Strahan <charles.c.strahan@gmail.com>2014-12-28 14:29:52 -0500
committerCharles Strahan <charles.c.strahan@gmail.com>2014-12-28 14:29:52 -0500
commit145733c479f5e17ef8c8efdd61001fd62940f8a5 (patch)
tree5c231051071eb0661ba6903db086910a4c6aa32d /pkgs/tools/audio/mpdcron
parent4ed847d81d1e10da91d5f8bae2f92e7af32dbe80 (diff)
parenta30869a525bd05cefb73bd731db6b9ed12e56c6c (diff)
downloadnixpkgs-145733c479f5e17ef8c8efdd61001fd62940f8a5.tar
nixpkgs-145733c479f5e17ef8c8efdd61001fd62940f8a5.tar.gz
nixpkgs-145733c479f5e17ef8c8efdd61001fd62940f8a5.tar.bz2
nixpkgs-145733c479f5e17ef8c8efdd61001fd62940f8a5.tar.lz
nixpkgs-145733c479f5e17ef8c8efdd61001fd62940f8a5.tar.xz
nixpkgs-145733c479f5e17ef8c8efdd61001fd62940f8a5.tar.zst
nixpkgs-145733c479f5e17ef8c8efdd61001fd62940f8a5.zip
Merge branch 'master' of github.com:nixos/nixpkgs into pleasant-ruby
Conflicts:
	pkgs/applications/version-management/redmine/default.nix
	pkgs/development/interpreters/ruby/gem.nix
	pkgs/development/interpreters/ruby/generated.nix
	pkgs/development/interpreters/ruby/patches.nix
	pkgs/development/tools/vagrant/default.nix
	pkgs/servers/consul/default.nix
Diffstat (limited to 'pkgs/tools/audio/mpdcron')
-rw-r--r--pkgs/tools/audio/mpdcron/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/audio/mpdcron/default.nix b/pkgs/tools/audio/mpdcron/default.nix
index 785565fc38d..f9f33d84437 100644
--- a/pkgs/tools/audio/mpdcron/default.nix
+++ b/pkgs/tools/audio/mpdcron/default.nix
@@ -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;