Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

euca2ools: update homepage

+1 -1
+1 -1
pkgs/tools/virtualization/euca2ools/default.nix
··· 15 15 propagatedBuildInputs = [ boto m2crypto ]; 16 16 17 17 meta = { 18 - homepage = http://open.eucalyptus.com/downloads; 18 + homepage = https://github.com/eucalyptus/euca2ools; 19 19 description = "Tools for interacting with Amazon EC2/S3-compatible cloud computing services"; 20 20 maintainers = [ stdenv.lib.maintainers.eelco ]; 21 21 platforms = stdenv.lib.platforms.linux;