conftest: update src.owner

This commit is contained in:
Eric Bailey 2020-06-29 14:14:05 -05:00
parent 1342430533
commit c0fb6c45c1

View File

@ -5,7 +5,7 @@ buildGoModule rec {
version = "0.19.0"; version = "0.19.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "instrumenta"; owner = "open-policy-agent";
repo = "conftest"; repo = "conftest";
rev = "v${version}"; rev = "v${version}";
sha256 = "0d6n51p4b8jwkfqympwxkqxssgy462m5pgv5qvm6jy5pm566qa08"; sha256 = "0d6n51p4b8jwkfqympwxkqxssgy462m5pgv5qvm6jy5pm566qa08";
@ -20,9 +20,9 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
description = "Write tests against structured configuration data"; description = "Write tests against structured configuration data";
homepage = "https://github.com/instrumenta/conftest"; inherit (src.meta) homepage;
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ yurrriq ]; maintainers = with maintainers; [ yurrriq ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }