linux-wifi-hotspot: add johnrtitor as maintainer

This commit is contained in:
John Titor 2024-08-02 12:45:00 +05:30
parent 8a1ea7ddd1
commit a0f9d3e709
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -98,7 +98,10 @@ stdenv.mkDerivation (finalAttrs: {
description = "Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface";
homepage = "https://github.com/lakinduakash/linux-wifi-hotspot";
license = licenses.bsd2;
maintainers = with maintainers; [ onny ];
maintainers = with maintainers; [
johnrtitor
onny
];
platforms = platforms.unix;
};