Skip to content

Commit

Permalink
Fix deprecated git:// url
Browse files Browse the repository at this point in the history
  • Loading branch information
case committed Apr 6, 2022
1 parent d3b3600 commit 391da55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ packages:
path: "."
ref: "bugfix/WrongCastObjectIdentifier"
resolved-ref: c6bdd7682a6e4467352eb820129e038d441ac4d1
url: "git://github.com/NicolaVerbeeck/x509"
url: "https://github.com/NicolaVerbeeck/x509"
source: git
version: "0.2.2"
xdg_directories:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
asn1lib: ^1.0.2
x509:
git:
url: git://github.com/NicolaVerbeeck/x509
url: https://github.com/NicolaVerbeeck/x509
ref: bugfix/WrongCastObjectIdentifier
crypto: ^3.0.1
punycode: ^1.0.0
Expand Down

0 comments on commit 391da55

Please sign in to comment.