Loading pkgs/applications/networking/cluster/helm/plugins/helm-diff.nix +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ buildGoModule rec { meta = with lib; { description = "A Helm plugin that shows a diff"; inherit (src.meta) homepage; homepage = "https://github.com/databus23/helm-diff"; license = licenses.asl20; maintainers = with maintainers; [ yurrriq ]; }; Loading pkgs/applications/networking/cluster/helm/plugins/helm-git.nix +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "The Helm downloader plugin that provides GIT protocol support"; inherit (src.meta) homepage; homepage = "https://github.com/aslafy-z/helm-git"; license = licenses.mit; maintainers = with maintainers; [ flokli ]; }; Loading pkgs/applications/networking/cluster/helm/plugins/helm-s3.nix +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ buildGoModule rec { meta = with lib; { description = "A Helm plugin that shows a diff"; inherit (src.meta) homepage; homepage = "https://github.com/hypnoglow/helm-s3"; license = licenses.mit; maintainers = with maintainers; [ yurrriq ]; }; Loading pkgs/applications/networking/cluster/helm/plugins/helm-secrets.nix +2 −2 Original line number Diff line number Diff line Loading @@ -36,9 +36,9 @@ stdenv.mkDerivation rec { meta = with lib; { description = "A Helm plugin that helps manage secrets"; inherit (src.meta) homepage; homepage = "https://github.com/jkroepke/helm-secrets"; license = licenses.asl20; maintainers = with maintainers; [ yurrriq ]; platforms = platforms.all; platforms = platforms.unix; }; } Loading
pkgs/applications/networking/cluster/helm/plugins/helm-diff.nix +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ buildGoModule rec { meta = with lib; { description = "A Helm plugin that shows a diff"; inherit (src.meta) homepage; homepage = "https://github.com/databus23/helm-diff"; license = licenses.asl20; maintainers = with maintainers; [ yurrriq ]; }; Loading
pkgs/applications/networking/cluster/helm/plugins/helm-git.nix +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "The Helm downloader plugin that provides GIT protocol support"; inherit (src.meta) homepage; homepage = "https://github.com/aslafy-z/helm-git"; license = licenses.mit; maintainers = with maintainers; [ flokli ]; }; Loading
pkgs/applications/networking/cluster/helm/plugins/helm-s3.nix +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ buildGoModule rec { meta = with lib; { description = "A Helm plugin that shows a diff"; inherit (src.meta) homepage; homepage = "https://github.com/hypnoglow/helm-s3"; license = licenses.mit; maintainers = with maintainers; [ yurrriq ]; }; Loading
pkgs/applications/networking/cluster/helm/plugins/helm-secrets.nix +2 −2 Original line number Diff line number Diff line Loading @@ -36,9 +36,9 @@ stdenv.mkDerivation rec { meta = with lib; { description = "A Helm plugin that helps manage secrets"; inherit (src.meta) homepage; homepage = "https://github.com/jkroepke/helm-secrets"; license = licenses.asl20; maintainers = with maintainers; [ yurrriq ]; platforms = platforms.all; platforms = platforms.unix; }; }