connman: update maintainers

remove matejc as they are part of the team https://github.com/orgs/NixOS/teams/retired-nixpkgs-contributors
This commit is contained in:
éclairevoyant 2023-08-20 11:16:55 -04:00
parent 774c20b684
commit 0bb5211e80
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -183,7 +183,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A daemon for managing internet connections";
homepage = "https://git.kernel.org/pub/scm/network/connman/connman.git/";
maintainers = [ maintainers.matejc ];
maintainers = with maintainers; [ eclairevoyant ];
platforms = platforms.linux;
license = licenses.gpl2Only;
};