mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
scope-tui: add aleksana to maintainers
This commit is contained in:
parent
5f134632ff
commit
8093ed7a51
|
@ -32,7 +32,10 @@ rustPlatform.buildRustPackage {
|
|||
description = "Simple oscilloscope/vectorscope/spectroscope for your terminal";
|
||||
homepage = "https://github.com/alemidev/scope-tui";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ iynaix ];
|
||||
maintainers = with lib.maintainers; [
|
||||
iynaix
|
||||
aleksana
|
||||
];
|
||||
mainProgram = "scope-tui";
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue