fix plover hid?

This commit is contained in:
Charlotte 🦝 Delenk 2022-10-04 17:26:51 +01:00
parent 08d452af56
commit 2e98ade2c1
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -11,7 +11,7 @@
source = builtins.fromJSON (builtins.readFile ./plover-machine-hid.json);
in
buildPythonPackage rec {
pname = "plover_machine_hid";
pname = "plover-machine-hid";
version = source.date;
src = fetchFromGitHub {
owner = "dnaq";