treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -3,7 +3,7 @@ stdenv.mkDerivation {
|
||||
name = "libee-0.4.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.libee.org/download/files/download/libee-0.4.1.tar.gz;
|
||||
url = "http://www.libee.org/download/files/download/libee-0.4.1.tar.gz";
|
||||
sha256 = "09xhgzmsq0g3jsyj24vy67bhzk2fv971w5ixdkhfwgar70cw1nn0";
|
||||
};
|
||||
|
||||
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ libestr];
|
||||
|
||||
meta = {
|
||||
homepage = http://www.libee.org/;
|
||||
homepage = "http://www.libee.org/";
|
||||
description = "An Event Expression Library inspired by CEE";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
license = stdenv.lib.licenses.lgpl21Plus;
|
||||
|
||||
Reference in New Issue
Block a user