blesh: Add matthiasbeyer as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
97d3e39603
commit
bdeb0475fa
@ -60,7 +60,10 @@ stdenvNoCC.mkDerivation rec {
|
|||||||
description = "Bash Line Editor -- a full-featured line editor written in pure Bash";
|
description = "Bash Line Editor -- a full-featured line editor written in pure Bash";
|
||||||
mainProgram = "blesh-share";
|
mainProgram = "blesh-share";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ aiotter ];
|
maintainers = with maintainers; [
|
||||||
|
aiotter
|
||||||
|
matthiasbeyer
|
||||||
|
];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user