treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ let
|
||||
|
||||
data = all_data.${system_map.${stdenv.hostPlatform.system} or (throw "Unsupported platform")};
|
||||
|
||||
baseUrl = http://repo.sinew.in;
|
||||
baseUrl = "http://repo.sinew.in";
|
||||
|
||||
# used of both wrappers and libpath
|
||||
libPath = lib.makeLibraryPath (with xorg; [
|
||||
@@ -51,7 +51,7 @@ let
|
||||
|
||||
meta = {
|
||||
description = "a well known password manager";
|
||||
homepage = https://www.enpass.io/;
|
||||
homepage = "https://www.enpass.io/";
|
||||
license = lib.licenses.unfree;
|
||||
platforms = [ "x86_64-linux" "i686-linux"];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user