mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
blesh: Add matthiasbeyer as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
97d3e39603
commit
bdeb0475fa
1 changed files with 4 additions and 1 deletions
|
@ -60,7 +60,10 @@ stdenvNoCC.mkDerivation rec {
|
|||
description = "Bash Line Editor -- a full-featured line editor written in pure Bash";
|
||||
mainProgram = "blesh-share";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ aiotter ];
|
||||
maintainers = with maintainers; [
|
||||
aiotter
|
||||
matthiasbeyer
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue