Fetch User Keys - simple tool for fetching SSH keys from various sources
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: fix REUSE licenses specification

+10 -14
-14
.reuse/dep5
··· 1 - Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ 2 - Upstream-Name: fuk 3 - Upstream-Contact: Łukasz Niemier <~@hauleth.dev> 4 - Source: https://git.sr.ht/~hauleth/fuk 5 - 6 - Files: *.lock 7 - Copyright: 2024 Łukasz Niemier <#@hauleth.dev> 8 - License: EUPL-1.2 9 - 10 - # Sample paragraph, commented out: 11 - # 12 - # Files: src/* 13 - # Copyright: $YEAR $NAME <$CONTACT> 14 - # License: ...
+3
Cargo.lock.license
··· 1 + SPDX-FileCopyrightText: 2025 Łukasz Niemier <#@hauleth.dev> 2 + 3 + SPDX-License-Identifier: EUPL-1.2
+4
REUSE.toml
··· 1 + version = 1 2 + SPDX-PackageName = "fuk" 3 + SPDX-PackageSupplier = "Łukasz Niemier <~@hauleth.dev>" 4 + SPDX-PackageDownloadLocation = "https://git.sr.ht/~hauleth/fuk"
+3
flake.lock.license
··· 1 + SPDX-FileCopyrightText: 2025 Łukasz Niemier <#@hauleth.dev> 2 + 3 + SPDX-License-Identifier: EUPL-1.2