wayfreeze: add jappie3 as maintainer (#350921)

This commit is contained in:
Atemu
2024-10-24 14:16:30 +02:00
committed by GitHub
2 changed files with 10 additions and 1 deletions
+6
View File
@@ -9733,6 +9733,12 @@
githubId = 3874017;
name = "Jappie Klooster";
};
jappie3 = {
name = "Jappie3";
matrix = "@jappie:jappie.dev";
github = "Jappie3";
githubId = 42720120;
};
jaredmontoya = {
name = "Jared Montoya";
github = "jaredmontoya";
+4 -1
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;
};