about summary refs log tree commit diff stats
path: root/nix/package.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nix/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/package.nix b/nix/package.nix
index b974ea2..bbcf981 100644
--- a/nix/package.nix
+++ b/nix/package.nix
@@ -33,5 +33,6 @@ rustPlatform.buildRustPackage {
 
   meta = {
     mainProgram = "back";
+    description = "An extremely simple git bug visualization system. Inspired by TVL's panettone";
   };
 }