Unverified Commit 64ee660f authored by Rafael Ieda's avatar Rafael Ieda
Browse files

backrest: add maintainer iedame

parent 90050b62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ buildGoModule {
    homepage = "https://github.com/garethgeorge/backrest";
    changelog = "https://github.com/garethgeorge/backrest/releases/tag/v${version}";
    license = lib.licenses.gpl3Only;
    maintainers = with lib.maintainers; [ ];
    maintainers = with lib.maintainers; [ iedame ];
    mainProgram = "backrest";
    platforms = lib.platforms.unix;
  };