Author: simons
Date: Thu Jul  7 23:48:26 2011
New Revision: 27662
URL: https://svn.nixos.org/websvn/nix/?rev=27662&sc=1

Log:
git-annex: cosmetic changes in the meta section

Modified:
   
nixpkgs/trunk/pkgs/applications/version-management/git-and-tools/git-annex/default.nix

Modified: 
nixpkgs/trunk/pkgs/applications/version-management/git-and-tools/git-annex/default.nix
==============================================================================
--- 
nixpkgs/trunk/pkgs/applications/version-management/git-and-tools/git-annex/default.nix
      Thu Jul  7 23:48:22 2011        (r27661)
+++ 
nixpkgs/trunk/pkgs/applications/version-management/git-and-tools/git-annex/default.nix
      Thu Jul  7 23:48:26 2011        (r27662)
@@ -24,7 +24,9 @@
   '';
 
   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 @@
       control.
     '';
 
-    license = "GPLv3+";
-    homepage = "http://git-annex.branchable.com/";;
     platforms = stdenv.lib.platforms.unix;
     maintainers = [ stdenv.lib.maintainers.simons ];
   };
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to