Unverified Commit d20d8114 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

ietf-cli: set pname (#485780)

parents b17e8212 62f1f525
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  nix-update-script,
}:
python3.pkgs.buildPythonApplication rec {
  name = "ietf-cli";
  pname = "ietf-cli";
  version = "1.29";
  pyproject = false;