Merge pull request #91784 from yurrriq/conftest-update-meta

conftest: update src.owner
This commit is contained in:
Jörg Thalheim 2020-06-29 20:44:23 +01:00 committed by GitHub
commit fc1f462eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
}
}