aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2024-04-06 14:05:32 -0400
committerShav Kinderlehrer <[email protected]>2024-04-06 14:05:32 -0400
commit407dbdb386315efb2c1af4825659a5429924d0ce (patch)
tree7edb751219d9f12642ab020173aaf2efeace591c
parent4002ff4cad95c48db1a68b7b1f9b608812c18d05 (diff)
downloadchela-407dbdb386315efb2c1af4825659a5429924d0ce.tar.gz
chela-407dbdb386315efb2c1af4825659a5429924d0ce.zip
Fix flake.nix description
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 86f52e7..cd2ceae 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,5 +1,5 @@
{
- description = "Molerat client implementation";
+ description = "Minimal URL shortener";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";