mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 17:57:47 +02:00
numen: add missing meta attributes
This commit is contained in:
parent
77344e854c
commit
06ff0e8021
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user