treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -25,7 +25,7 @@ mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "An x509 certificate generation tool, handling RSA, DSA and EC keys, certificate signing requests (PKCS#10) and CRLs";
|
||||
homepage = https://hohnstaedt.de/xca/;
|
||||
homepage = "https://hohnstaedt.de/xca/";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ offline peterhoeg ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user