treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ gnulib ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://www.gnu.org/software/gnu-pw-mgr/;
|
||||
homepage = "https://www.gnu.org/software/gnu-pw-mgr/";
|
||||
description = "A password manager designed to make it easy to reconstruct difficult passwords";
|
||||
license = with licenses; [ gpl3Plus lgpl3Plus ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user