treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -51,7 +51,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Pass extension for importing data from existing password managers";
|
||||
homepage = https://github.com/roddhjav/pass-import;
|
||||
homepage = "https://github.com/roddhjav/pass-import";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ lovek323 the-kenny fpletz tadfisher ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user