treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
@@ -11,7 +11,7 @@ in stdenv.mkDerivation {
inherit version;
src = fetchgit {
url = https://pagure.io/volume_key.git;
url = "https://pagure.io/volume_key.git";
rev = "volume_key-${version}";
sha256 = "1sqdbcih1c39bjiv4mm1m7acc3lfh2i2hf2r9i7rk8adfzq8awma";
};
@@ -40,7 +40,7 @@ in stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "A library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases, and the associated command-line tool";
homepage = https://pagure.io/volume_key/;
homepage = "https://pagure.io/volume_key/";
license = licenses.gpl2;
maintainers = with maintainers; [];
platforms = platforms.linux;