From 39f2346b1b990110d98ff58f9375962f8a2a9f2b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 7 Jul 2011 23:48:26 +0000 Subject: [PATCH] git-annex: cosmetic changes in the meta section svn path=/nixpkgs/trunk/; revision=27662 --- .../version-management/git-and-tools/git-annex/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/version-management/git-and-tools/git-annex/default.nix b/pkgs/applications/version-management/git-and-tools/git-annex/default.nix index 4d5feb94171..3003902c228 100644 --- a/pkgs/applications/version-management/git-and-tools/git-annex/default.nix +++ b/pkgs/applications/version-management/git-and-tools/git-annex/default.nix @@ -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 ]; };