From b85aa2abe0b840e62402e8f03115cc33cdd80a91 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Thu, 27 Jul 2023 12:31:21 +0200 Subject: [PATCH] updated cups, it is now supported by libcups --- programs/cups.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/programs/cups.json b/programs/cups.json index 5620087..c947d24 100644 --- a/programs/cups.json +++ b/programs/cups.json @@ -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" + } + ] } -- 2.47.3