Unverified Commit 0e4eca42 authored by isabel's avatar isabel
Browse files

atproto-goat: add isabelroses as maintainer

parent 2e642b69
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -33,7 +33,10 @@ buildGoModule (finalAttrs: {
      mit
      asl20
    ];
    maintainers = with lib.maintainers; [ pyrox0 ];
    maintainers = with lib.maintainers; [
      pyrox0
      isabelroses
    ];
    mainProgram = "goat";
  };
})