your-editor: migrate to by-name

This commit is contained in:
Guy Chronister
2026-07-17 17:08:24 -05:00
parent 309ae27d75
commit cb883b2cf7
2 changed files with 0 additions and 2 deletions

View File

@@ -9795,8 +9795,6 @@ with pkgs;
ydiff = with python3.pkgs; toPythonApplication ydiff;
your-editor = callPackage ../applications/editors/your-editor { };
youtube-dl = with python3Packages; toPythonApplication youtube-dl;
youtube-dl-light = with python3Packages; toPythonApplication youtube-dl-light;