Skip to content

Commit 505b8d8

Browse files
committed
update Vlad's domain
1 parent 961b71b commit 505b8d8

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
© 2024 Vlad-Stefan Harbuz <vlad@vladh.net>
2+
© 2024 Vlad-Stefan Harbuz <vlad@vlad.website>
33
44
SPDX-License-Identifier: CC-BY-SA-4.0
55
-->

gh_sponsor_finder/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
© 2024 Vlad-Stefan Harbuz <vlad@vladh.net>
2+
© 2024 Vlad-Stefan Harbuz <vlad@vlad.website>
33
44
SPDX-License-Identifier: CC-BY-SA-4.0
55
-->

gh_sponsor_finder/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# © 2024 Vlad-Stefan Harbuz <vlad@vladh.net>
3+
# © 2024 Vlad-Stefan Harbuz <vlad@vlad.website>
44
#
55
# SPDX-License-Identifier: Apache-2.0
66

reportviz/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
© 2024 Vlad-Stefan Harbuz <vlad@vladh.net>
2+
© 2024 Vlad-Stefan Harbuz <vlad@vlad.website>
33
SPDX-License-Identifier: CC-BY-SA-4.0
44
-->
55

reportviz/REUSE.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ SPDX-License-Identifier = "CC0-1.0"
2525
path = [
2626
"build/**/*",
2727
]
28-
SPDX-FileCopyrightText = "© 2024 Vlad-Stefan Harbuz <vlad@vladh.net>"
28+
SPDX-FileCopyrightText = "© 2024 Vlad-Stefan Harbuz <vlad@vlad.website>"
2929
SPDX-License-Identifier = "Apache-2.0"

reportviz/esbuild.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// © 2024 Vlad-Stefan Harbuz <vlad@vladh.net>
1+
// © 2024 Vlad-Stefan Harbuz <vlad@vlad.website>
22
// SPDX-License-Identifier: Apache-2.0
33

44
import * as esbuild from 'esbuild';

reportviz/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
© 2024 Vlad-Stefan Harbuz <vlad@vladh.net>
2+
© 2024 Vlad-Stefan Harbuz <vlad@vlad.website>
33
SPDX-License-Identifier: Apache-2.0
44
-->
55

reportviz/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"build": "node esbuild.mjs"
66
},
7-
"author": "Vlad-Stefan Harbuz <vlad@vladh.net>",
7+
"author": "Vlad-Stefan Harbuz <vlad@vlad.website>",
88
"license": "Apache-2.0",
99
"description": "",
1010
"private": true,

reportviz/src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// © 2024 Vlad-Stefan Harbuz <vlad@vladh.net>
1+
// © 2024 Vlad-Stefan Harbuz <vlad@vlad.website>
22
// SPDX-License-Identifier: Apache-2.0
33

44
import * as d3 from 'd3';

0 commit comments

Comments
 (0)