From cf2e7f4691b120d66dce950e2f2ec0682c2e1e9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 5 Apr 2025 17:16:23 +0200 Subject: [PATCH] core: fix REUSE configuration --- REUSE.toml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/REUSE.toml b/REUSE.toml index de2bff3d2..e71c881a7 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -1,7 +1,6 @@ # SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu # # SPDX-License-Identifier: GPL-3.0-or-later -# version = 1 @@ -9,7 +8,8 @@ version = 1 path = [ ".editorconfig", ".gitattributes", - ".github/**", + ".github/FUNDING.yml", + ".github/ISSUE_TEMPLATE/*.yml", ".gitignore", ".mailmap", "AUTHORS.md", @@ -18,8 +18,15 @@ path = [ "README.md", "UPGRADING.md", "config.h.cmake", - "debian-*/**", - "icons/**", + "debian-devel/**", + "debian-stable/**", + "icons/128x128/weechat.png", + "icons/16x16/weechat.png", + "icons/256x256/weechat.png", + "icons/32x32/weechat.png", + "icons/512x512/weechat.png", + "icons/64x64/weechat.png", + "icons/scalable/weechat.svg", "src/plugins/php/weechat-php_arginfo.h", "src/plugins/php/weechat-php_legacy_arginfo.h", "tools/debian/patches/**",