treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "IBM's Software TPM 2.0, an implementation of the TCG TPM 2.0 specification";
|
||||
homepage = https://sourceforge.net/projects/ibmswtpm2/;
|
||||
homepage = "https://sourceforge.net/projects/ibmswtpm2/";
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ delroth ];
|
||||
license = licenses.bsd3;
|
||||
|
||||
Reference in New Issue
Block a user