mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 05:07:56 +00:00
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:
parent
774c20b684
commit
0bb5211e80
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user