diff options
author | metamuffin <metamuffin@disroot.org> | 2023-08-03 01:10:23 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-08-03 01:10:23 +0200 |
commit | 9b04719d09937a112b1ac6bbe64402006f9fb261 (patch) | |
tree | fd67983fd6aa043ace204036c13225618fcb4486 /tools/src/bin | |
parent | 9aa0cceedb52ddea5b08af7372f4c87f60e401d4 (diff) | |
download | jellything-9b04719d09937a112b1ac6bbe64402006f9fb261.tar jellything-9b04719d09937a112b1ac6bbe64402006f9fb261.tar.bz2 jellything-9b04719d09937a112b1ac6bbe64402006f9fb261.tar.zst |
small cleanup and some custom video controls
Diffstat (limited to 'tools/src/bin')
-rw-r--r-- | tools/src/bin/import.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/src/bin/import.rs b/tools/src/bin/import.rs index fc44682..9e3dc4e 100644 --- a/tools/src/bin/import.rs +++ b/tools/src/bin/import.rs @@ -1,7 +1,7 @@ /* -This file is part of jellything (https://codeberg.org/metamuffin/jellything) -which is licensed under the GNU Affero General Public License (version 3); see /COPYING. -Copyright (C) 2023 metamuffin <metamuffin.org> + This file is part of jellything (https://codeberg.org/metamuffin/jellything) + which is licensed under the GNU Affero General Public License (version 3); see /COPYING. + Copyright (C) 2023 metamuffin <metamuffin.org> */ use anyhow::Context; use clap::{Parser, Subcommand}; |