Commit 9608eb34 authored by Justin Chen's avatar Justin Chen
Browse files

tpnote: add starryreverie as maintainer

parent 939716e0
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -71,6 +71,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
    homepage = "https://blog.getreu.net/projects/tp-note/";
    license = lib.licenses.mit;
    mainProgram = "tpnote";
    maintainers = with lib.maintainers; [ getreu ];
    maintainers = with lib.maintainers; [
      getreu
      starryreverie
    ];
  };
})