onlykey: replace git://github.com with https://
This commit is contained in:
@@ -20,7 +20,7 @@ let
|
||||
elem;
|
||||
|
||||
# this must be updated anytime this package is updated.
|
||||
onlykeyPkg = "onlykey-git://github.com/trustcrypto/OnlyKey-App.git#v${version}";
|
||||
onlykeyPkg = "onlykey-git+https://github.com/trustcrypto/OnlyKey-App.git#v${version}";
|
||||
|
||||
# define a shortcut to get to onlykey.
|
||||
onlykey = self."${onlykeyPkg}";
|
||||
|
||||
+2
-2
@@ -6316,12 +6316,12 @@ let
|
||||
};
|
||||
in
|
||||
{
|
||||
"onlykey-git://github.com/trustcrypto/OnlyKey-App.git#v5.3.3" = nodeEnv.buildNodePackage {
|
||||
"onlykey-git+https://github.com/trustcrypto/OnlyKey-App.git#v5.3.3" = nodeEnv.buildNodePackage {
|
||||
name = "OnlyKey";
|
||||
packageName = "OnlyKey";
|
||||
version = "5.3.3";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/trustcrypto/OnlyKey-App.git";
|
||||
url = "https://github.com/trustcrypto/OnlyKey-App.git";
|
||||
rev = "0bd08ef5828d9493cd4c5f4909e9a4fc4c59a494";
|
||||
sha256 = "d2386369fd9d9b7d5ea5d389434848c33fa34e26d713d439e8e2f2e447237bb0";
|
||||
};
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[
|
||||
{"onlykey": "git://github.com/trustcrypto/OnlyKey-App.git#v5.3.3"}
|
||||
{"onlykey": "git+https://github.com/trustcrypto/OnlyKey-App.git#v5.3.3"}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user