Loading pkgs/development/python-modules/opentype-feature-freezer/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ buildPythonPackage rec { "test_warn_substituting_glyphs_without_unicode" ]; passthru.updateScript = gitUpdater { rev = "v"; }; passthru.updateScript = gitUpdater { rev-prefix = "v"; }; meta = { description = "Permanently \"apply\" OpenType features to fonts, by remapping their Unicode assignments"; Loading Loading
pkgs/development/python-modules/opentype-feature-freezer/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ buildPythonPackage rec { "test_warn_substituting_glyphs_without_unicode" ]; passthru.updateScript = gitUpdater { rev = "v"; }; passthru.updateScript = gitUpdater { rev-prefix = "v"; }; meta = { description = "Permanently \"apply\" OpenType features to fonts, by remapping their Unicode assignments"; Loading