mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
linux-wifi-hotspot: add johnrtitor as maintainer
This commit is contained in:
parent
8a1ea7ddd1
commit
a0f9d3e709
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user