Commit 86d69eec authored by jopejoe1's avatar jopejoe1
Browse files

polychromatic: use pname instead of name

parent 58df87c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
}:

python3Packages.buildPythonApplication rec {
  name = "polychromatic";
  pname = "polychromatic";
  version = "0.9.1";
  format = "other";