git-annex: cosmetic changes in the meta section
svn path=/nixpkgs/trunk/; revision=27662
This commit is contained in:
parent
0ec6325b87
commit
39f2346b1b
@ -24,7 +24,9 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Manage files with git, without checking the file contents into git";
|
homepage = "http://git-annex.branchable.com/";
|
||||||
|
description = "Manage files with git without checking them into git";
|
||||||
|
license = "GPLv3+";
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Git-annex allows managing files with git, without checking the
|
Git-annex allows managing files with git, without checking the
|
||||||
@ -43,8 +45,6 @@ stdenv.mkDerivation {
|
|||||||
control.
|
control.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
license = "GPLv3+";
|
|
||||||
homepage = "http://git-annex.branchable.com/";
|
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user