backrest: add maintainer alexandru0-dev

This commit is contained in:
Alexandru Nechita 2025-10-20 11:58:12 +02:00
commit 3fbc081aa7

View file

@ -188,7 +188,10 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/garethgeorge/backrest";
changelog = "https://github.com/garethgeorge/backrest/releases/tag/${finalAttrs.src.rev}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ iedame ];
maintainers = with lib.maintainers; [
iedame
alexandru0-dev
];
mainProgram = "backrest";
platforms = lib.platforms.unix;
};