mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
git-annex: cosmetic changes in the meta section
svn path=/nixpkgs/trunk/; revision=27662
This commit is contained in:
parent
0ec6325b87
commit
39f2346b1b
1 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,9 @@ stdenv.mkDerivation {
|
|||
'';
|
||||
|
||||
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 = ''
|
||||
Git-annex allows managing files with git, without checking the
|
||||
|
@ -43,8 +45,6 @@ stdenv.mkDerivation {
|
|||
control.
|
||||
'';
|
||||
|
||||
license = "GPLv3+";
|
||||
homepage = "http://git-annex.branchable.com/";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue