oops, wrote git2svn in stead of svn2git

svn path=/nixpkgs/trunk/; revision=27136
This commit is contained in:
Rob Vermaas 2011-05-04 10:11:30 +00:00
parent 02b871de50
commit c34fdd226e

View File

@ -98,7 +98,7 @@ rec {
inherit fetchgit stdenv perl;
};
git2svn = import ./git2svn {
svn2git = import ./svn2git {
inherit stdenv fetchgit qt47 subversion apr;
};