Skip to content

Commit c6429d9

Browse files
authored
Merge branch 'main' into dependabot/github_actions/DeterminateSystems/update-flake-lock-23
2 parents 103799d + 35cfd5c commit c6429d9

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

packages/jsonresume/themes/hired.nix

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
{ lib
2-
, buildNpmPackage
3-
, fetchFromGitHub
1+
{
2+
lib,
3+
buildNpmPackage,
4+
fetchFromGitHub,
45
}:
5-
66
buildNpmPackage rec {
77
pname = "jsonresume-theme-hired";
88
version = "unstable-2024-03-29";
@@ -20,7 +20,7 @@ buildNpmPackage rec {
2020
description = "";
2121
homepage = "https://github.com/aplocher/jsonresume-theme-hired";
2222
license = licenses.mit; # FIXME: nix-init did not found a license
23-
maintainers = with maintainers; [ ];
23+
maintainers = with maintainers; [];
2424
mainProgram = "jsonresume-theme-hired";
2525
platforms = platforms.all;
2626
};

packages/jsonresume/themes/hr-md.nix

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
{ lib
2-
, buildNpmPackage
3-
, fetchFromGitHub
1+
{
2+
lib,
3+
buildNpmPackage,
4+
fetchFromGitHub,
45
}:
5-
66
buildNpmPackage rec {
77
pname = "jsonresume-theme-hr-md";
88
version = "unstable-2024-02-26";
@@ -20,7 +20,7 @@ buildNpmPackage rec {
2020
description = "JSON Resume Markdown Theme Repository";
2121
homepage = "https://github.com/Greg-Bush/jsonresume-theme-hr-md";
2222
license = licenses.mit;
23-
maintainers = with maintainers; [ ];
23+
maintainers = with maintainers; [];
2424
mainProgram = "jsonresume-theme-hr-md";
2525
platforms = platforms.all;
2626
};

packages/jsonresume/themes/minyma.nix

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
{ lib
2-
, fetchFromGitHub
3-
, buildNpmPackage
1+
{
2+
lib,
3+
fetchFromGitHub,
4+
buildNpmPackage,
45
}:
5-
66
buildNpmPackage rec {
77
pname = "jsonresume-theme-minyma";
88
version = "unstable-2024-03-27";
@@ -20,7 +20,7 @@ buildNpmPackage rec {
2020
description = "A minymalistic theme for json-resume";
2121
homepage = "https://github.com/godraadam/jsonresume-theme-minyma";
2222
# license = licenses.unfree; # FIXME: nix-init did not found a license
23-
maintainers = with maintainers; [ ];
23+
maintainers = with maintainers; [];
2424
mainProgram = "jsonresume-theme-minyma";
2525
platforms = platforms.all;
2626
};

src/jsonresume.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
}
186186
{
187187
name = "Kubernetes";
188-
keywords = ["DevOps" "containers" "infrastructure" "orchestration" "clusters" "high-availability computing"];
188+
keywords = ["Ceph" "Flannel" "DevOps" "containers" "infrastructure" "orchestration" "clusters" "high-availability computing"];
189189
# level = "Beginner";
190190
}
191191
{

0 commit comments

Comments
 (0)