* openstack-compute -> nova (upstream doesn't know what to call it either).

svn path=/nixpkgs/branches/modular-python/; revision=26610
This commit is contained in:
Eelco Dolstra
2011-03-30 15:00:53 +00:00
parent fc99d84ef2
commit 1d6b63afb9
2 changed files with 3 additions and 3 deletions
@@ -5,7 +5,7 @@ with stdenv.lib;
let version = "2011.1.1"; in
stdenv.mkDerivation rec {
name = "openstack-compute-${version}";
name = "nova-${version}";
src = fetchurl {
url = "http://launchpad.net/nova/bexar/${version}/+download/nova-${version}.tar.gz";