diff options
author | Shav Kinderlehrer <[email protected]> | 2024-04-06 14:05:32 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2024-04-06 14:05:32 -0400 |
commit | 407dbdb386315efb2c1af4825659a5429924d0ce (patch) | |
tree | 7edb751219d9f12642ab020173aaf2efeace591c | |
parent | 4002ff4cad95c48db1a68b7b1f9b608812c18d05 (diff) | |
download | chela-407dbdb386315efb2c1af4825659a5429924d0ce.tar.gz chela-407dbdb386315efb2c1af4825659a5429924d0ce.zip |
Fix flake.nix description
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ { - description = "Molerat client implementation"; + description = "Minimal URL shortener"; inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; |