watcher: Add myself as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer
2025-05-27 16:06:50 +02:00
parent eb8c0643e9
commit 010d46e615
+4 -1
View File
@@ -25,7 +25,10 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/e-dant/watcher";
changelog = "https://github.com/e-dant/watcher/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ gaelreyrol ];
maintainers = with lib.maintainers; [
gaelreyrol
matthiasbeyer
];
mainProgram = "tw";
platforms = lib.platforms.all;
};