diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-10-08 16:30:04 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-10-08 17:00:55 +0200 |
commit | 21304c11f926892b1a0098ba5d424445d5ae30d6 (patch) | |
tree | 5ce12521b07099e4f9d481ae6eff88471f7c468c /flake.lock | |
parent | 519aa479d7379981a3ffd914d734c33ee9610efd (diff) |
uri -> url for consistency
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.lock b/flake.lock index 05e3a6e25..9c11ec4fc 100644 --- a/flake.lock +++ b/flake.lock @@ -3,8 +3,8 @@ "nixpkgs": { "inputs": {}, "narHash": "sha256-ltGlDPfwicH/u4orj1n4JXgRsA+jvKQsGnekObi0TV4=", - "originalUri": "nixpkgs/release-19.03", - "uri": "github:edolstra/nixpkgs/9a593b575e4044f9aff939b512e7cb1cf1e76a65" + "originalUrl": "nixpkgs/release-19.03", + "url": "github:edolstra/nixpkgs/9a593b575e4044f9aff939b512e7cb1cf1e76a65" } }, "version": 3 |