treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
pname = "git-annex-utils";
|
||||
version = "0.04-3-g531bb33";
|
||||
src = fetchgit {
|
||||
url = http://git.mysteryvortex.com/repositories/git-annex-utils.git;
|
||||
url = "http://git.mysteryvortex.com/repositories/git-annex-utils.git";
|
||||
rev = "531bb33";
|
||||
sha256 = "1sv7s2ykc840cjwbfn7ayy743643x9i1lvk4cd55w9l052xvzj65";
|
||||
};
|
||||
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
This is a set of utilities that are handy to use with git-annex repositories.
|
||||
Currently there is only one utility gadu, a du like utility for annexed files.
|
||||
'';
|
||||
homepage = http://git-annex.mysteryvortex.com/git-annex-utils.html;
|
||||
homepage = "http://git-annex.mysteryvortex.com/git-annex-utils.html";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
maintainers = with stdenv.lib.maintainers; [ woffs ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user