zeitgeist: fix description (don't repeat package name)

This commit is contained in:
Bjørn Forsman 2014-06-23 13:37:40 +02:00
parent e395f91607
commit a576a3c341

View file

@ -29,8 +29,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "A service which logs the users's activities and events";
homepage = https://launchpad.net/zeitgeist;
description = "Zeitgeist is a service which logs the users's activities and events";
maintainers = with maintainers; [ lethalman ];
license = licenses.gpl2;
platforms = platforms.linux;