diff options
Diffstat (limited to '')
-rw-r--r-- | internal/unsorted/remote_url.go (renamed from remote_url.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote_url.go b/internal/unsorted/remote_url.go index a9d8bf2..51740c4 100644 --- a/remote_url.go +++ b/internal/unsorted/remote_url.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: AGPL-3.0-only // SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> -package forge +package unsorted import ( "net/url" |