refactor(packages): clarify inputs and cleanup meta

This commit is contained in:
matt1432 2025-02-11 13:05:14 -05:00
parent 2c070a4be0
commit f12e7f2513
16 changed files with 124 additions and 53 deletions
packages/subscleaner

View file

@ -12,9 +12,13 @@ in
preferWheels = true;
meta = {
description = "Subscleaner is a Python script that removes advertisements from subtitle files. It's designed to help you enjoy your favorite shows and movies without the distraction of unwanted ads in the subtitles.";
mainProgram = "subscleaner";
homepage = "https://gitlab.com/rogs/subscleaner";
license = lib.licenses.gpl3Only;
homepage = "https://gitlab.com/rogs/subscleaner";
description = ''
Subscleaner is a Python script that removes advertisements from subtitle files.
It's designed to help you enjoy your favorite shows and movies without the
distraction of unwanted ads in the subtitles.
'';
};
}