treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/mattrude/pgpkeyserver-lite;
|
||||
homepage = "https://github.com/mattrude/pgpkeyserver-lite";
|
||||
description = "A lightweight static front-end for a sks keyserver.";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ calbrecht globin ];
|
||||
|
||||
Reference in New Issue
Block a user