Commit d6faa98b authored by Sigmanificient's avatar Sigmanificient
Browse files

openfreebuds: set pname

parent d23c23b7
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 {