about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2022-03-02 13:15:06 +0000
committerdevhell <devhell@mailfresser.de>2022-03-02 13:15:06 +0000
commit28b39d5e3f89c641f3dc614a748d585f04dc463e (patch)
tree173a09a8b9f0e57ce6111d58d02c8a831d179ae1 /modules
parent777472abd6fe4dfb4c7b65ea068cec831de93b24 (diff)
aszlig/workstation: youtubeDL -> youtube-dl
Diffstat (limited to 'modules')
-rw-r--r--modules/user/aszlig/profiles/workstation/packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/aszlig/profiles/workstation/packages.nix b/modules/user/aszlig/profiles/workstation/packages.nix
index 067f82ab..ec65319a 100644
--- a/modules/user/aszlig/profiles/workstation/packages.nix
+++ b/modules/user/aszlig/profiles/workstation/packages.nix
@@ -80,6 +80,6 @@ pkgs: with pkgs; [
   wcc
   wireshark
   xorg.xhost
-  youtubeDL
+  youtube-dl
   zathura
 ]