From d32f1c6257cd375bfc0969123b734c5fa36d5eb9 Mon Sep 17 00:00:00 2001 From: GeObts Date: Sat, 28 Feb 2026 17:20:33 +0000 Subject: [PATCH] docs: fix broken snap repo reference The snap limitation reference pointed to daniejstriata/dust-snap#2 which returns 404. The correct repository is danie-dejager/dust-snap. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d46b87b0..300a616d 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ curl -sSfL https://raw.githubusercontent.com/bootandy/dust/refs/heads/master/ins - `snap install dust` -Note: `dust` installed through `snap` can only access files stored in the `/home` directory. See daniejstriata/dust-snap#2 for more information. +Note: `dust` installed through `snap` can only access files stored in the `/home` directory. See danie-dejager/dust-snap#2 for more information. #### [Pacstall](https://github.com/pacstall/pacstall) (Debian/Ubuntu)