nom: Add matthiasbeyer as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer
2025-01-03 13:53:27 +01:00
parent 379ce3cd0a
commit 0e5a5e5aa7
+4 -1
View File
@@ -21,7 +21,10 @@ buildGoModule rec {
description = "RSS reader for the terminal";
platforms = platforms.linux ++ platforms.darwin;
license = licenses.gpl3Only;
maintainers = with maintainers; [ nadir-ishiguro ];
maintainers = with maintainers; [
nadir-ishiguro
matthiasbeyer
];
mainProgram = "nom";
};
}