wayfreeze: add jappie3 as maintainer

This commit is contained in:
Jappie3 2024-10-24 14:07:43 +02:00
parent 2a128f0163
commit 6b270f042c
No known key found for this signature in database

View File

@ -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;
};