about summary refs log tree commit diff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 8c0ebd2e..83ab814e 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -16,8 +16,8 @@ let
     tkabber_urgent_plugin = callPackage ./tkabber-urgent-plugin { };
     twitchstream = callPackage ./twitchstream { };
 
-    aszligKernelPatches = {
+    vuizvuiKernelPatches = {
       bfqsched = callPackage ./kpatches/bfqsched.nix { };
     };
   };
-in { aszlig = self; }
+in { vuizvui = self; }