Loading pkgs/by-name/wa/wayfreeze/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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; }; Loading Loading
pkgs/by-name/wa/wayfreeze/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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; }; Loading