Unverified Commit 919240a1 authored by mattkang's avatar mattkang
Browse files

gurk-rs: add mattkang to maintainers

parent bffd36f1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -58,6 +58,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
    mainProgram = "gurk";
    homepage = "https://github.com/boxdot/gurk-rs";
    license = lib.licenses.agpl3Only;
    maintainers = with lib.maintainers; [ devhell ];
    maintainers = with lib.maintainers; [
      devhell
      mattkang
    ];
  };
})