diff options
| author | Miran <narimiran@disroot.org> | 2019-08-26 11:09:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-26 11:09:43 +0200 |
| commit | d85df0016576a7d9f8d83d3a276895aed9a9c20e (patch) | |
| tree | 3373e555c87acb69bd46bf6a2ebbc610ab8c278d | |
| parent | 5f706354826e174ab9596fe5d901a2abcb6cd6ab (diff) | |
| download | packages-d85df0016576a7d9f8d83d3a276895aed9a9c20e.tar.gz packages-d85df0016576a7d9f8d83d3a276895aed9a9c20e.zip | |
change package owner due to Bitbucket closing hg support (#1152)
| -rw-r--r-- | packages.json | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/packages.json b/packages.json index 55c5959..16b260f 100644 --- a/packages.json +++ b/packages.json @@ -7540,8 +7540,8 @@ }, { "name": "blake2", - "url": "https://bitbucket.org/mihailp/blake2/", - "method": "hg", + "url": "https://github.com/narimiran/blake2", + "method": "git", "tags": [ "crypto", "cryptography", @@ -7550,7 +7550,7 @@ ], "description": "blake2 - cryptographic hash function", "license": "CC0", - "web": "https://bitbucket.org/mihailp/blake2/" + "web": "https://github.com/narimiran/blake2" }, { "name": "spinny", @@ -7638,8 +7638,8 @@ }, { "name": "sha3", - "url": "https://bitbucket.org/mihailp/sha3/", - "method": "hg", + "url": "https://github.com/narimiran/sha3", + "method": "git", "tags": [ "crypto", "cryptography", @@ -7648,7 +7648,7 @@ ], "description": "sha3 - cryptographic hash function", "license": "CC0", - "web": "https://bitbucket.org/mihailp/sha3/" + "web": "https://github.com/narimiran/sha3" }, { "name": "coalesce", @@ -9332,7 +9332,10 @@ "method": "git", "tags": [ "itertools", + "iterutils", "python", + "iter", + "iterator", "iterators" ], "description": "Itertools for Nim", |
