zeitgeist: fix description (don't repeat package name)
This commit is contained in:
parent
e395f91607
commit
a576a3c341
@ -29,8 +29,8 @@ stdenv.mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
description = "A service which logs the users's activities and events";
|
||||||
homepage = https://launchpad.net/zeitgeist;
|
homepage = https://launchpad.net/zeitgeist;
|
||||||
description = "Zeitgeist is a service which logs the users's activities and events";
|
|
||||||
maintainers = with maintainers; [ lethalman ];
|
maintainers = with maintainers; [ lethalman ];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user