readest: add eljamm as maintainer
as requested in https://github.com/NixOS/nixpkgs/pull/392500#issuecomment-2763240138
This commit is contained in:
@@ -98,7 +98,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
changelog = "https://github.com/readest/readest/releases/tag/v${finalAttrs.version}";
|
||||
mainProgram = "readest";
|
||||
license = lib.licenses.agpl3Plus;
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
maintainers = with lib.maintainers; [ eljamm ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user