svn path=/nixpkgs/trunk/; revision=17598

This commit is contained in:
Eelco Dolstra
2009-10-02 12:36:04 +00:00
parent a71b3737a1
commit 83aa130427
3 changed files with 3 additions and 5 deletions
@@ -73,5 +73,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A version control system intended to be a compelling replacement for CVS in the open source community";
homepage = http://subversion.tigris.org/;
maintainers = [ stdenv.lib.maintainers.eelco ];
platforms = [ stdenv.lib.platforms.all ];
};
}