From c8a9b0069fdb487d5b021de582213312612d56e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20=C5=A0uklje?= <matija@suklje.name> Date: Mon, 7 Oct 2013 00:26:27 +0200 Subject: [PATCH] Eventlist: Renamed accordingly and fixed the description. --- pkgs/applications/office/eventlist/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/office/eventlist/default.nix b/pkgs/applications/office/eventlist/default.nix index d10133efb55d..f126d6bfba65 100644 --- a/pkgs/applications/office/eventlist/default.nix +++ b/pkgs/applications/office/eventlist/default.nix @@ -1,7 +1,7 @@ { stdenv, fetchurl, kdelibs, kdepimlibs, akonadi, gettext, boost }: stdenv.mkDerivation rec { - name = "eventlist-0.6.96"; + name = "plasmoid-eventlist-0.6.96"; src = fetchurl { url = "http://kde-look.org/CONTENT/content-files/107779-plasmoid-eventlist-0.6.96.tar.bz2"; @@ -12,7 +12,7 @@ stdenv.mkDerivation rec { meta = { inherit (kdelibs.meta) platforms; - description = "KDE Plasmoid to show events and todos on the desktop."; + description = "KDE Plasmoid to show events and todos on the desktop"; longDescription = '' This is a plasmoid to show the events and todos from Akonadi resources (KOrganizer, Birthdays etc.). With a google resource also Google calendar items can be shown.