diff options
| author | Eric Bailey <eric@ericb.me> | 2020-06-29 14:14:05 -0500 |
|---|---|---|
| committer | Eric Bailey <eric@ericb.me> | 2020-06-29 14:14:05 -0500 |
| commit | c0fb6c45c1e743b8d68f0366d909b1aec3e215c3 (patch) | |
| tree | 84edfb6ea9489d727e550b01630adb5e332e8061 | |
| parent | Merge pull request #91576 from r-ryantm/auto-update/gbenchmark (diff) | |
| download | nixpkgs-c0fb6c45c1e743b8d68f0366d909b1aec3e215c3.tar.gz | |
conftest: update src.owner
| -rw-r--r-- | pkgs/development/tools/conftest/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/conftest/default.nix b/pkgs/development/tools/conftest/default.nix index 6e14c8eb010a..d7ee1c2a51ff 100644 --- a/pkgs/development/tools/conftest/default.nix +++ b/pkgs/development/tools/conftest/default.nix @@ -5,7 +5,7 @@ buildGoModule rec { version = "0.19.0"; src = fetchFromGitHub { - owner = "instrumenta"; + owner = "open-policy-agent"; repo = "conftest"; rev = "v${version}"; sha256 = "0d6n51p4b8jwkfqympwxkqxssgy462m5pgv5qvm6jy5pm566qa08"; @@ -20,9 +20,9 @@ buildGoModule rec { meta = with lib; { description = "Write tests against structured configuration data"; - homepage = "https://github.com/instrumenta/conftest"; + inherit (src.meta) homepage; license = licenses.asl20; maintainers = with maintainers; [ yurrriq ]; platforms = platforms.all; }; -}
\ No newline at end of file +} |
