hostapd: add hexa as maintainer

This commit is contained in:
Martin Weinelt
2020-06-10 21:15:14 +02:00
parent 1c14b52e18
commit c898b5c057

View File

@@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
repositories.git = "git://w1.fi/hostap.git";
description = "A user space daemon for access point and authentication servers";
license = licenses.gpl2;
maintainers = with maintainers; [ phreedom ninjatrappeur ];
maintainers = with maintainers; [ phreedom ninjatrappeur hexa ];
platforms = platforms.linux;
};
}