tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
helm-plugins: make links clickable
Sandro Jäckel
3 years ago
4e54f3af
b53684ba
+5
-5
4 changed files
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
helm
plugins
helm-diff.nix
helm-git.nix
helm-s3.nix
helm-secrets.nix
+1
-1
pkgs/applications/networking/cluster/helm/plugins/helm-diff.nix
···
27
27
28
28
meta = with lib; {
29
29
description = "A Helm plugin that shows a diff";
30
30
-
inherit (src.meta) homepage;
30
30
+
homepage = "https://github.com/databus23/helm-diff";
31
31
license = licenses.asl20;
32
32
maintainers = with maintainers; [ yurrriq ];
33
33
};
+1
-1
pkgs/applications/networking/cluster/helm/plugins/helm-git.nix
···
39
39
40
40
meta = with lib; {
41
41
description = "The Helm downloader plugin that provides GIT protocol support";
42
42
-
inherit (src.meta) homepage;
42
42
+
homepage = "https://github.com/aslafy-z/helm-git";
43
43
license = licenses.mit;
44
44
maintainers = with maintainers; [ flokli ];
45
45
};
+1
-1
pkgs/applications/networking/cluster/helm/plugins/helm-s3.nix
···
30
30
31
31
meta = with lib; {
32
32
description = "A Helm plugin that shows a diff";
33
33
-
inherit (src.meta) homepage;
33
33
+
homepage = "https://github.com/hypnoglow/helm-s3";
34
34
license = licenses.mit;
35
35
maintainers = with maintainers; [ yurrriq ];
36
36
};
+2
-2
pkgs/applications/networking/cluster/helm/plugins/helm-secrets.nix
···
36
36
37
37
meta = with lib; {
38
38
description = "A Helm plugin that helps manage secrets";
39
39
-
inherit (src.meta) homepage;
39
39
+
homepage = "https://github.com/jkroepke/helm-secrets";
40
40
license = licenses.asl20;
41
41
maintainers = with maintainers; [ yurrriq ];
42
42
-
platforms = platforms.all;
42
42
+
platforms = platforms.unix;
43
43
};
44
44
}