clapboard: add new maintainer (#372739)

This commit is contained in:
Wolfgang Walther
2025-09-13 12:09:16 +00:00
committed by GitHub
+4 -1
View File
@@ -21,7 +21,10 @@ rustPlatform.buildRustPackage rec {
description = "Wayland clipboard manager that will make you clap";
homepage = "https://github.com/bjesus/clapboard";
license = licenses.mit;
maintainers = with maintainers; [ dit7ya ];
maintainers = with maintainers; [
dit7ya
bjesus
];
platforms = platforms.linux;
mainProgram = "clapboard";
};