treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
||||
name = "carddav-0.1-2014-02-26";
|
||||
|
||||
src = fetchgit {
|
||||
url = git://github.com/ljanyst/carddav-util;
|
||||
url = "git://github.com/ljanyst/carddav-util";
|
||||
rev = "53b181faff5f154bcd180467dd04c0ce69405564";
|
||||
sha256 = "0f0raffdy032wlnxfck6ky60r163nhqfbr311y4ry55l60s4497n";
|
||||
};
|
||||
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/ljanyst/carddav-util;
|
||||
homepage = "https://github.com/ljanyst/carddav-util";
|
||||
description = "A CardDAV import/export utility";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.isc;
|
||||
|
||||
Reference in New Issue
Block a user