networkmanager: add maxeaubrey to maintainers

This commit is contained in:
Maxine Aubrey
2021-04-21 13:43:11 +02:00
parent 52f7632252
commit 6e3b8543bc

View File

@@ -106,7 +106,7 @@ in stdenv.mkDerivation rec {
homepage = "https://wiki.gnome.org/Projects/NetworkManager";
description = "Network configuration and management tool";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ phreedom domenkozar obadz worldofpeace ];
maintainers = with maintainers; [ phreedom domenkozar obadz worldofpeace maxeaubrey ];
platforms = platforms.linux;
};
}