From cf0033968af69cee994162a2798097ea8c0ba506 Mon Sep 17 00:00:00 2001
From: wxt <3264117476@qq.com>
Date: Wed, 6 Nov 2024 20:54:06 +0800
Subject: [PATCH] tree-from-tags: move to by-name

---
 pkgs/{applications/audio => by-name/tr}/tree-from-tags/Gemfile  | 0
 .../audio => by-name/tr}/tree-from-tags/Gemfile.lock            | 0
 .../audio => by-name/tr}/tree-from-tags/gemset.nix              | 0
 .../default.nix => by-name/tr/tree-from-tags/package.nix}       | 0
 pkgs/top-level/all-packages.nix                                 | 2 --
 5 files changed, 2 deletions(-)
 rename pkgs/{applications/audio => by-name/tr}/tree-from-tags/Gemfile (100%)
 rename pkgs/{applications/audio => by-name/tr}/tree-from-tags/Gemfile.lock (100%)
 rename pkgs/{applications/audio => by-name/tr}/tree-from-tags/gemset.nix (100%)
 rename pkgs/{applications/audio/tree-from-tags/default.nix => by-name/tr/tree-from-tags/package.nix} (100%)

diff --git a/pkgs/applications/audio/tree-from-tags/Gemfile b/pkgs/by-name/tr/tree-from-tags/Gemfile
similarity index 100%
rename from pkgs/applications/audio/tree-from-tags/Gemfile
rename to pkgs/by-name/tr/tree-from-tags/Gemfile
diff --git a/pkgs/applications/audio/tree-from-tags/Gemfile.lock b/pkgs/by-name/tr/tree-from-tags/Gemfile.lock
similarity index 100%
rename from pkgs/applications/audio/tree-from-tags/Gemfile.lock
rename to pkgs/by-name/tr/tree-from-tags/Gemfile.lock
diff --git a/pkgs/applications/audio/tree-from-tags/gemset.nix b/pkgs/by-name/tr/tree-from-tags/gemset.nix
similarity index 100%
rename from pkgs/applications/audio/tree-from-tags/gemset.nix
rename to pkgs/by-name/tr/tree-from-tags/gemset.nix
diff --git a/pkgs/applications/audio/tree-from-tags/default.nix b/pkgs/by-name/tr/tree-from-tags/package.nix
similarity index 100%
rename from pkgs/applications/audio/tree-from-tags/default.nix
rename to pkgs/by-name/tr/tree-from-tags/package.nix
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index b3226511390c..b8fb941dff00 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -16211,8 +16211,6 @@ with pkgs;
     wlroots = wlroots_0_18;
   };
 
-  tree-from-tags = callPackage ../applications/audio/tree-from-tags { };
-
   treesheets = callPackage ../applications/office/treesheets {
     wxGTK = wxGTK32;
     inherit (darwin.apple_sdk.frameworks) Cocoa;