maint: Relocate modules to ‘modules’ directory.

This commit is contained in:
Hilton Chain 2025-04-22 09:24:07 +08:00
parent b917cd6d36
commit 9c782fad3c
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
30 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,11 @@
;; -*- mode: scheme -*- ;; -*- mode: scheme -*-
;; SPDX-FileCopyrightText: 2022, 2023 Hilton Chain <hako@ultrarare.space> ;; SPDX-FileCopyrightText: 2022, 2023, 2025 Hilton Chain <hako@ultrarare.space>
;; ;;
;; SPDX-License-Identifier: CC0-1.0 ;; SPDX-License-Identifier: CC0-1.0
(channel (channel
(version 0) (version 0)
(directory "modules")
(keyring-reference "keyring") (keyring-reference "keyring")
(url "https://codeberg.org/hako/rosenthal.git") (url "https://codeberg.org/hako/rosenthal.git")
(news-file "NEWS")) (news-file "NEWS"))

View File

@ -1,4 +1,3 @@
;; -*- mode: scheme -*-
;; SPDX-FileCopyrightText: 2025 Hilton Chain <hako@ultrarare.space> ;; SPDX-FileCopyrightText: 2025 Hilton Chain <hako@ultrarare.space>
;; ;;
;; SPDX-License-Identifier: CC0-1.0 ;; SPDX-License-Identifier: CC0-1.0