treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
postInstall = "rm -rf $out/var";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.opendnssec.org/softhsm;
|
||||
homepage = "https://www.opendnssec.org/softhsm";
|
||||
description = "Cryptographic store accessible through a PKCS #11 interface";
|
||||
license = licenses.bsd2;
|
||||
maintainers = [ maintainers.leenaars ];
|
||||
|
||||
Reference in New Issue
Block a user