helm-plugins: make links clickable

+5 -5
+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 - inherit (src.meta) homepage; 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 - inherit (src.meta) homepage; 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 - inherit (src.meta) homepage; 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 - inherit (src.meta) homepage; 39 + homepage = "https://github.com/jkroepke/helm-secrets"; 40 40 license = licenses.asl20; 41 41 maintainers = with maintainers; [ yurrriq ]; 42 - platforms = platforms.all; 42 + platforms = platforms.unix; 43 43 }; 44 44 }