Unverified Commit 7af954a8 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

python3Packages.subliminal: add meta.mainProgram (#431338)

parents a8e01cd2 15676a82
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -83,6 +83,7 @@ buildPythonPackage rec {

  meta = {
    description = "Python library to search and download subtitles";
    mainProgram = "subliminal";
    homepage = "https://github.com/Diaoul/subliminal";
    changelog = "https://github.com/Diaoul/subliminal/blob/${version}/HISTORY.rst";
    license = lib.licenses.mit;