treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user