diff options
| author | user@node5.net <user@node5.net> | 2026-06-17 22:20:14 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2026-06-18 17:34:04 +0200 |
| commit | af029ee9cf17f8fcf7fef8ed0281a972481b5a6d (patch) | |
| tree | 6c52e9e462300435285845ee176253c523398578 | |
| parent | d666033398e56fbcc8f9a56b09dfdb6a7008fa98 (diff) | |
flake - rename path binary from blog-node5 -> node5-blog
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | pyproject.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -31,7 +31,7 @@ description = "Blog backend for blog.node5.net"; homepage = "https://blog.node5.net/Blog%20meta/"; changelog = "https://git.node5.net/blog/blog.node5.net_flask/log/"; - mainProgram = "blog-node5"; + mainProgram = "node5-blog"; }; propagatedBuildInputs = (attrs.propagatedBuildInputs or []) ++ [ pkgs.git ]; # Make git binary available postInstall = '' diff --git a/pyproject.toml b/pyproject.toml index 3af770c..7f2fa2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,4 +16,4 @@ dependencies = [ # define the CLI executable # Here, we define the entry point to be the 'main()' function in the module 'app/main.py' [project.scripts] -blog-node5 = "blog_node5_net:main" +node5-blog = "blog_node5_net:main" |
