urlscan: set meta.mainProgram
This commit is contained in:
parent
4e573fa355
commit
1dfada3106
@ -39,5 +39,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
changelog = "https://github.com/firecat53/urlscan/releases/tag/${version}";
|
changelog = "https://github.com/firecat53/urlscan/releases/tag/${version}";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ dpaetzel ];
|
maintainers = with maintainers; [ dpaetzel ];
|
||||||
|
mainProgram = "urlscan";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user