Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/DeterminateSystems…
Browse files Browse the repository at this point in the history
…/nix-installer-action-13
  • Loading branch information
Lehmanator authored Aug 3, 2024
2 parents 5225c72 + 35cfd5c commit bb07472
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions packages/jsonresume/themes/hired.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ lib
, buildNpmPackage
, fetchFromGitHub
{
lib,
buildNpmPackage,
fetchFromGitHub,
}:

buildNpmPackage rec {
pname = "jsonresume-theme-hired";
version = "unstable-2024-03-29";
Expand All @@ -20,7 +20,7 @@ buildNpmPackage rec {
description = "";
homepage = "https://github.com/aplocher/jsonresume-theme-hired";
license = licenses.mit; # FIXME: nix-init did not found a license
maintainers = with maintainers; [ ];
maintainers = with maintainers; [];
mainProgram = "jsonresume-theme-hired";
platforms = platforms.all;
};
Expand Down
10 changes: 5 additions & 5 deletions packages/jsonresume/themes/hr-md.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ lib
, buildNpmPackage
, fetchFromGitHub
{
lib,
buildNpmPackage,
fetchFromGitHub,
}:

buildNpmPackage rec {
pname = "jsonresume-theme-hr-md";
version = "unstable-2024-02-26";
Expand All @@ -20,7 +20,7 @@ buildNpmPackage rec {
description = "JSON Resume Markdown Theme Repository";
homepage = "https://github.com/Greg-Bush/jsonresume-theme-hr-md";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [];
mainProgram = "jsonresume-theme-hr-md";
platforms = platforms.all;
};
Expand Down
10 changes: 5 additions & 5 deletions packages/jsonresume/themes/minyma.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ lib
, fetchFromGitHub
, buildNpmPackage
{
lib,
fetchFromGitHub,
buildNpmPackage,
}:

buildNpmPackage rec {
pname = "jsonresume-theme-minyma";
version = "unstable-2024-03-27";
Expand All @@ -20,7 +20,7 @@ buildNpmPackage rec {
description = "A minymalistic theme for json-resume";
homepage = "https://github.com/godraadam/jsonresume-theme-minyma";
# license = licenses.unfree; # FIXME: nix-init did not found a license
maintainers = with maintainers; [ ];
maintainers = with maintainers; [];
mainProgram = "jsonresume-theme-minyma";
platforms = platforms.all;
};
Expand Down
2 changes: 1 addition & 1 deletion src/jsonresume.nix
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
}
{
name = "Kubernetes";
keywords = ["DevOps" "containers" "infrastructure" "orchestration" "clusters" "high-availability computing"];
keywords = ["Ceph" "Flannel" "DevOps" "containers" "infrastructure" "orchestration" "clusters" "high-availability computing"];
# level = "Beginner";
}
{
Expand Down

0 comments on commit bb07472

Please sign in to comment.