treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
||||
name = "libgadu-1.11.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://toxygen.net/libgadu/files/libgadu-1.11.2.tar.gz;
|
||||
url = "http://toxygen.net/libgadu/files/libgadu-1.11.2.tar.gz";
|
||||
sha256 = "0kifi9blhbimihqw4kaf6wyqhlx8fpp8nq4s6y280ar9p0il2n3z";
|
||||
};
|
||||
|
||||
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "A library to deal with gadu-gadu protocol (most popular polish IM protocol)";
|
||||
homepage = http://toxygen.net/libgadu/;
|
||||
homepage = "http://toxygen.net/libgadu/";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user