Skip to content

Commit

Permalink
conftest: update src.owner
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Jun 29, 2020
1 parent 1342430 commit c0fb6c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/conftest/default.nix
Expand Up @@ -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";
Expand All @@ -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;
};
}
}

0 comments on commit c0fb6c4

Please sign in to comment.