wthrr: Add matthiasbeyer as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer
2025-12-25 13:01:16 +01:00
parent 71c4a073a6
commit a2dbe78a39
+1 -1
View File
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/ttytm/wthrr-the-weathercrab";
changelog = "https://github.com/ttytm/wthrr-the-weathercrab/releases/tag/${src.rev}";
license = lib.licenses.mit;
maintainers = [ ];
maintainers = [ lib.maintainers.matthiasbeyer ];
mainProgram = "wthrr";
};
}