Unverified Commit 99ca6d29 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

openfreebuds: set pname (#486715)

parents c2e04763 d6faa98b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
  qt6Packages,
}:
python3Packages.buildPythonApplication rec {
  name = "openfreebuds";
  pname = "openfreebuds";
  version = "0.17.1";

  src = fetchFromGitHub {