From 2e98ade2c1fff8dc3026bfa7e186be0f5c2b08ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Tue, 4 Oct 2022 17:26:51 +0100 Subject: [PATCH] fix plover hid? --- plover/plover-machine-hid.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plover/plover-machine-hid.nix b/plover/plover-machine-hid.nix index 550157a..fb51845 100644 --- a/plover/plover-machine-hid.nix +++ b/plover/plover-machine-hid.nix @@ -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";