amp: add aleksana to maintainers
This commit is contained in:
@@ -55,7 +55,10 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Modern text editor inspired by Vim";
|
||||
homepage = "https://amp.rs";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ sb0 ];
|
||||
maintainers = with lib.maintainers; [
|
||||
sb0
|
||||
aleksana
|
||||
];
|
||||
mainProgram = "amp";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user