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
+1 -1
View File
@@ -116,7 +116,7 @@ stdenv.mkDerivation rec {
description = "Simple interprocess messaging system";
homepage = "http://www.freedesktop.org/wiki/Software/dbus/";
license = licenses.gpl2Plus; # most is also under AFL-2.1
maintainers = with maintainers; [ ];
maintainers = teams.freedesktop.members ++ (with maintainers; [ ]);
platforms = platforms.unix;
};
}