From 10ed02fe017a15befce10b50f5b6842ce39996c2 Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Tue, 19 May 2026 18:39:44 +0200 Subject: flake: add meta data about package --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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"; + }; }); }; } -- cgit 1.4.1