numen: add missing meta attributes

This commit is contained in:
Donovan Glover 2024-12-23 22:41:39 -05:00
parent 77344e854c
commit 06ff0e8021
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -164,4 +164,13 @@ buildGoModule rec {
] ]
} \ } \
''; '';
meta = {
homepage = "https://git.sr.ht/~geb/numen";
description = "Voice control for handsfree computing";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ donovanglover ];
mainProgram = "numen";
platforms = lib.platforms.linux;
};
} }