File tree 4 files changed +16
-16
lines changed
packages/jsonresume/themes
4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
- { lib
2
- , buildNpmPackage
3
- , fetchFromGitHub
1
+ {
2
+ lib ,
3
+ buildNpmPackage ,
4
+ fetchFromGitHub ,
4
5
} :
5
-
6
6
buildNpmPackage rec {
7
7
pname = "jsonresume-theme-hired" ;
8
8
version = "unstable-2024-03-29" ;
@@ -20,7 +20,7 @@ buildNpmPackage rec {
20
20
description = "" ;
21
21
homepage = "https://github.com/aplocher/jsonresume-theme-hired" ;
22
22
license = licenses . mit ; # FIXME: nix-init did not found a license
23
- maintainers = with maintainers ; [ ] ;
23
+ maintainers = with maintainers ; [ ] ;
24
24
mainProgram = "jsonresume-theme-hired" ;
25
25
platforms = platforms . all ;
26
26
} ;
Original file line number Diff line number Diff line change 1
- { lib
2
- , buildNpmPackage
3
- , fetchFromGitHub
1
+ {
2
+ lib ,
3
+ buildNpmPackage ,
4
+ fetchFromGitHub ,
4
5
} :
5
-
6
6
buildNpmPackage rec {
7
7
pname = "jsonresume-theme-hr-md" ;
8
8
version = "unstable-2024-02-26" ;
@@ -20,7 +20,7 @@ buildNpmPackage rec {
20
20
description = "JSON Resume Markdown Theme Repository" ;
21
21
homepage = "https://github.com/Greg-Bush/jsonresume-theme-hr-md" ;
22
22
license = licenses . mit ;
23
- maintainers = with maintainers ; [ ] ;
23
+ maintainers = with maintainers ; [ ] ;
24
24
mainProgram = "jsonresume-theme-hr-md" ;
25
25
platforms = platforms . all ;
26
26
} ;
Original file line number Diff line number Diff line change 1
- { lib
2
- , fetchFromGitHub
3
- , buildNpmPackage
1
+ {
2
+ lib ,
3
+ fetchFromGitHub ,
4
+ buildNpmPackage ,
4
5
} :
5
-
6
6
buildNpmPackage rec {
7
7
pname = "jsonresume-theme-minyma" ;
8
8
version = "unstable-2024-03-27" ;
@@ -20,7 +20,7 @@ buildNpmPackage rec {
20
20
description = "A minymalistic theme for json-resume" ;
21
21
homepage = "https://github.com/godraadam/jsonresume-theme-minyma" ;
22
22
# license = licenses.unfree; # FIXME: nix-init did not found a license
23
- maintainers = with maintainers ; [ ] ;
23
+ maintainers = with maintainers ; [ ] ;
24
24
mainProgram = "jsonresume-theme-minyma" ;
25
25
platforms = platforms . all ;
26
26
} ;
Original file line number Diff line number Diff line change 185
185
}
186
186
{
187
187
name = "Kubernetes" ;
188
- keywords = [ "DevOps" "containers" "infrastructure" "orchestration" "clusters" "high-availability computing" ] ;
188
+ keywords = [ "Ceph" "Flannel" " DevOps" "containers" "infrastructure" "orchestration" "clusters" "high-availability computing" ] ;
189
189
# level = "Beginner";
190
190
}
191
191
{
You can’t perform that action at this time.
0 commit comments