python312Packages.greatfet: normalize pname

This commit is contained in:
Felix Buehler
2024-03-18 22:32:39 +01:00
parent 95ba44e8f7
commit 0fc44ac147
@@ -1,7 +1,7 @@
{ lib, fetchFromGitHub, buildPythonPackage, isPy3k, future, pyusb, ipython, pygreat }:
buildPythonPackage rec {
pname = "GreatFET";
pname = "greatfet";
version = "2019.5.1.dev0";
src = fetchFromGitHub {
@@ -30,5 +30,3 @@ buildPythonPackage rec {
maintainers = with lib.maintainers; [ mog ];
};
}