treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -53,7 +53,7 @@ mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "A multi-platform GUI for pass, the standard unix password manager";
|
||||
homepage = https://qtpass.org;
|
||||
homepage = "https://qtpass.org";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.hrdinka ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user