]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #299 from karma-riuk/cups
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Mon, 31 Jul 2023 03:46:10 +0000 (05:46 +0200)
committerGitHub <noreply@github.com>
Mon, 31 Jul 2023 03:46:10 +0000 (05:46 +0200)
programs/cups.json

index 5620087ddf6fe96c0314dc4ceb20c1ceac17adde..c947d2488e7dfd41fe4ab36075f6cb3cb2b51a04 100644 (file)
@@ -1,10 +1,10 @@
 {
-    "name": "CUPS",
-    "files": [
-        {
-            "path": "$HOME/.cups",
-           "movable": false,
-           "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/OpenPrinting/cups/issues/10\n"
-        }
-    ]
+  "name": "CUPS",
+  "files": [
+    {
+      "path": "$HOME/.cups",
+      "movable": true,
+      "help": "Supported.\n\nThe file $HOME/.cups can be moved to $XDG_CONFIG_HOME/cups.\n\n_Relevant issue:_ https://github.com/OpenPrinting/cups/issues/10\n"
+    }
+  ]
 }