subversion: add license
This commit is contained in:
parent
e6a3e4706a
commit
42eca7ca2d
1 changed files with 4 additions and 3 deletions
|
@ -91,11 +91,12 @@ let
|
||||||
|
|
||||||
doCheck = false; # fails 10 out of ~2300 tests
|
doCheck = false; # fails 10 out of ~2300 tests
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A version control system intended to be a compelling replacement for CVS in the open source community";
|
description = "A version control system intended to be a compelling replacement for CVS in the open source community";
|
||||||
|
license = licenses.asl20;
|
||||||
homepage = http://subversion.apache.org/;
|
homepage = http://subversion.apache.org/;
|
||||||
maintainers = with stdenv.lib.maintainers; [ eelco lovek323 ];
|
maintainers = with maintainers; [ eelco lovek323 ];
|
||||||
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // stdenv.lib.optionalAttrs stdenv.isDarwin {
|
} // stdenv.lib.optionalAttrs stdenv.isDarwin {
|
||||||
|
|
Loading…
Reference in a new issue