fix plover hid?
This commit is contained in:
parent
08d452af56
commit
2e98ade2c1
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Reference in a new issue