treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = [
|
||||
(fetchurl {
|
||||
url = https://sources.debian.org/data/main/t/tpm-tools/1.3.9.1-0.1/debian/patches/05-openssl1.1_fix_data_mgmt.patch;
|
||||
url = "https://sources.debian.org/data/main/t/tpm-tools/1.3.9.1-0.1/debian/patches/05-openssl1.1_fix_data_mgmt.patch";
|
||||
sha256 = "161yysw4wgy3spsz6p1d0ib0h5pnrqm8bdh1l71c4hz6a6wpcyxj";
|
||||
})
|
||||
];
|
||||
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||
application enablement of Trusted Computing using a Trusted Platform
|
||||
Module (TPM), similar to a smart card environment.
|
||||
'';
|
||||
homepage = https://sourceforge.net/projects/trousers/files/tpm-tools/;
|
||||
homepage = "https://sourceforge.net/projects/trousers/files/tpm-tools/";
|
||||
license = licenses.cpl10;
|
||||
maintainers = [ maintainers.ak ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user