parent
2c070a4be0
commit
f12e7f2513
16 changed files with 124 additions and 53 deletions
packages/subscleaner
|
@ -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.
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue