treewide maintainers: add teams.{freedesktop,gnome}

This commit is contained in:
Jan Tojnar
2021-05-07 15:36:40 +02:00
committed by Vladimír Čunát
parent 9f054b5e1a
commit 0420282780
10 changed files with 10 additions and 10 deletions
@@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A service which logs the userss activities and events";
homepage = "https://zeitgeist.freedesktop.org/";
maintainers = with maintainers; [ lethalman ];
maintainers = teams.freedesktop.members ++ (with maintainers; [ lethalman ]);
license = licenses.lgpl21Plus;
platforms = platforms.linux;
};