bluetui: Add matthiasbeyer as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
@@ -35,7 +35,10 @@ rustPlatform.buildRustPackage rec {
|
|||||||
description = "TUI for managing bluetooth on Linux";
|
description = "TUI for managing bluetooth on Linux";
|
||||||
homepage = "https://github.com/pythops/bluetui";
|
homepage = "https://github.com/pythops/bluetui";
|
||||||
license = lib.licenses.gpl3Only;
|
license = lib.licenses.gpl3Only;
|
||||||
maintainers = with lib.maintainers; [ donovanglover ];
|
maintainers = with lib.maintainers; [
|
||||||
|
donovanglover
|
||||||
|
matthiasbeyer
|
||||||
|
];
|
||||||
mainProgram = "bluetui";
|
mainProgram = "bluetui";
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user