git-annex: cosmetic change for the meta.license attribute
svn path=/nixpkgs/trunk/; revision=31572
This commit is contained in:
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = "http://git-annex.branchable.com/";
|
homepage = "http://git-annex.branchable.com/";
|
||||||
description = "Manage files with git without checking them into git";
|
description = "Manage files with git without checking them into git";
|
||||||
license = "GPLv3+";
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Git-annex allows managing files with git, without checking the
|
Git-annex allows managing files with git, without checking the
|
||||||
|
|||||||
Reference in New Issue
Block a user