mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
fix reuse deprecation warning and gitlab-ci error
This commit is contained in:
parent
a6dcd9cb7d
commit
8d4b4955f3
@ -71,6 +71,7 @@ repos:
|
|||||||
rev: v3.1.0a1
|
rev: v3.1.0a1
|
||||||
hooks:
|
hooks:
|
||||||
- id: reuse
|
- id: reuse
|
||||||
|
exclude: ^.cache\/.*$
|
||||||
|
|
||||||
- repo: https://github.com/rbubley/mirrors-prettier
|
- repo: https://github.com/rbubley/mirrors-prettier
|
||||||
rev: "v3.2.5"
|
rev: "v3.2.5"
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
||||||
Upstream-Name: mikaela.github.io
|
|
||||||
Upstream-Contact: Aminda Suomalainen <suomalainen@mikaela.info>
|
|
||||||
Source: https://github.com/Mikaela/mikaela.github.io
|
|
||||||
|
|
||||||
Files: *
|
|
||||||
Copyright: 2014 Aminda Suomalainen <suomalainen@mikaela.info>
|
|
||||||
License: CC-BY-4.0
|
|
7
REUSE.toml
Normal file
7
REUSE.toml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
version = 1
|
||||||
|
|
||||||
|
[[annotations]]
|
||||||
|
path = "**"
|
||||||
|
precedence = "aggregate"
|
||||||
|
SPDX-FileCopyrightText = "2014 Aminda Suomalainen <suomalainen@mikaela.info>"
|
||||||
|
SPDX-License-Identifier = "CC-BY-4.0"
|
Loading…
Reference in New Issue
Block a user