Commit 26249b62 authored by Motiejus Jakštys's avatar Motiejus Jakštys
Browse files

compressDrv: fix a confusing comment

parent 78c1022c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
  compressDrv pkgs.spdx-license-list-data.json {
    formats = ["json"];
    compressors = {
      "json" = "${zopfli}/bin/zopfli --keep {}";
      gz = "${zopfli}/bin/zopfli --keep {}";
    };
  }
  =>