diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 7996ee1..5893c39 100644 --- a/flake.nix +++ b/flake.nix @@ -34,6 +34,12 @@ # Pass attributes to buildPythonPackage. # Here is a good spot to add on any missing or custom attributes. python.pkgs.buildPythonPackage (attrs // { + meta = { + 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"; + }; }); }; } |
