Unverified Commit e7b5269a authored by awwpotato's avatar awwpotato
Browse files

forgejo-cli: add awwpotato as maintainer

parent d708a80d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -45,7 +45,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
      asl20
      mit
    ];
    maintainers = with lib.maintainers; [ isabelroses ];
    maintainers = with lib.maintainers; [
      awwpotato
      isabelroses
    ];
    mainProgram = "fj";
  };
})