diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-01-02 14:29:44 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-01-02 14:29:44 +0000 |
| commit | 916d83be90f4b50ac09770a51c3321ab48e9f884 (patch) | |
| tree | fe4c88bdc0b8fa629e9a4904afc7336a4b9e73e0 | |
| parent | 0445632ff24c72ad4d9a352e6ca8b09c08c582fd (diff) | |
| parent | fc35dac0f14d9ab52bcdcb8901553421c121193e (diff) | |
| download | packages-916d83be90f4b50ac09770a51c3321ab48e9f884.tar.gz packages-916d83be90f4b50ac09770a51c3321ab48e9f884.zip | |
Merge pull request #107 from ClementJnc/pr-fixes-typo-gitub
Corrected gitub->github
| -rw-r--r-- | packages.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages.json b/packages.json index 7e2b299..a62be66 100644 --- a/packages.json +++ b/packages.json @@ -843,7 +843,7 @@ }, { "name": "imghdr", - "url": "git://gitub.com/achesak/nimrod-imghdr", + "url": "git://github.com/achesak/nimrod-imghdr", "method": "git", "tags": ["image", "formats", "files"], "description": "Library for detecting the format of an image", @@ -992,7 +992,7 @@ "tags": ["library", "functional", "monad", "functor"], "description": "basic monadic data types for Nim", "license": "BSD3", - "web": "https://gitub.com/superfunc/monad" + "web": "https://github.com/superfunc/monad" }, { "name": "eternity", |
