Unverified Commit 6b270f04 authored by Jappie3's avatar Jappie3
Browse files

wayfreeze: add jappie3 as maintainer

parent 2a128f01
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -26,7 +26,10 @@ rustPlatform.buildRustPackage {
    description = "Tool to freeze the screen of a Wayland compositor";
    homepage = "https://github.com/Jappie3/wayfreeze";
    license = licenses.agpl3Only;
    maintainers = with lib.maintainers; [ purrpurrn ];
    maintainers = with lib.maintainers; [
      purrpurrn
      jappie3 /* upstream dev */
    ];
    mainProgram = "wayfreeze";
    platforms = platforms.linux;
  };