helm-plugins: make links clickable

+5 -5
+1 -1
pkgs/applications/networking/cluster/helm/plugins/helm-diff.nix
··· 27 28 meta = with lib; { 29 description = "A Helm plugin that shows a diff"; 30 - inherit (src.meta) homepage; 31 license = licenses.asl20; 32 maintainers = with maintainers; [ yurrriq ]; 33 };
··· 27 28 meta = with lib; { 29 description = "A Helm plugin that shows a diff"; 30 + homepage = "https://github.com/databus23/helm-diff"; 31 license = licenses.asl20; 32 maintainers = with maintainers; [ yurrriq ]; 33 };
+1 -1
pkgs/applications/networking/cluster/helm/plugins/helm-git.nix
··· 39 40 meta = with lib; { 41 description = "The Helm downloader plugin that provides GIT protocol support"; 42 - inherit (src.meta) homepage; 43 license = licenses.mit; 44 maintainers = with maintainers; [ flokli ]; 45 };
··· 39 40 meta = with lib; { 41 description = "The Helm downloader plugin that provides GIT protocol support"; 42 + homepage = "https://github.com/aslafy-z/helm-git"; 43 license = licenses.mit; 44 maintainers = with maintainers; [ flokli ]; 45 };
+1 -1
pkgs/applications/networking/cluster/helm/plugins/helm-s3.nix
··· 30 31 meta = with lib; { 32 description = "A Helm plugin that shows a diff"; 33 - inherit (src.meta) homepage; 34 license = licenses.mit; 35 maintainers = with maintainers; [ yurrriq ]; 36 };
··· 30 31 meta = with lib; { 32 description = "A Helm plugin that shows a diff"; 33 + homepage = "https://github.com/hypnoglow/helm-s3"; 34 license = licenses.mit; 35 maintainers = with maintainers; [ yurrriq ]; 36 };
+2 -2
pkgs/applications/networking/cluster/helm/plugins/helm-secrets.nix
··· 36 37 meta = with lib; { 38 description = "A Helm plugin that helps manage secrets"; 39 - inherit (src.meta) homepage; 40 license = licenses.asl20; 41 maintainers = with maintainers; [ yurrriq ]; 42 - platforms = platforms.all; 43 }; 44 }
··· 36 37 meta = with lib; { 38 description = "A Helm plugin that helps manage secrets"; 39 + homepage = "https://github.com/jkroepke/helm-secrets"; 40 license = licenses.asl20; 41 maintainers = with maintainers; [ yurrriq ]; 42 + platforms = platforms.unix; 43 }; 44 }