treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -33,10 +33,10 @@ stdenv.mkDerivation rec {
|
||||
doCheck = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.gnu.org/software/libgcrypt/;
|
||||
homepage = "https://www.gnu.org/software/libgcrypt/";
|
||||
description = "General-pupose cryptographic library";
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.all;
|
||||
repositories.git = git://git.gnupg.org/libgcrypt.git;
|
||||
repositories.git = "git://git.gnupg.org/libgcrypt.git";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -48,11 +48,11 @@ stdenv.mkDerivation rec {
|
||||
doCheck = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.gnu.org/software/libgcrypt/;
|
||||
homepage = "https://www.gnu.org/software/libgcrypt/";
|
||||
description = "General-purpose cryptographic library";
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ vrthra ];
|
||||
repositories.git = git://git.gnupg.org/libgcrypt.git;
|
||||
repositories.git = "git://git.gnupg.org/libgcrypt.git";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user