mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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;
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user