]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Fix .cargo file to be movable (#146)
authorhizani <78748751+hizani@users.noreply.github.com>
Sun, 24 Jul 2022 20:32:34 +0000 (23:32 +0300)
committerGitHub <noreply@github.com>
Sun, 24 Jul 2022 20:32:34 +0000 (20:32 +0000)
programs/cargo.json

index 51ddeec68046c33d2573708d90a13aa2b536d5bd..f5d2ba10b0aac4cbb241e8b782938a917a3b5dd1 100644 (file)
@@ -2,9 +2,9 @@
     "files": [
         {
             "path": "$HOME/.cargo",
-            "movable": false,
+            "movable": true,
             "help": "Export the following environment variables:\n\n```bash\nexport CARGO_HOME=\"$XDG_DATA_HOME\"/cargo\n```\n"
         }
     ],
     "name": "cargo"
-}
\ No newline at end of file
+}