wal-g: fix license so not to break evaluation
This commit is contained in:
parent
5735aecc27
commit
b075e79c97
@ -9,7 +9,7 @@ buildGoPackage rec {
|
|||||||
goPackagePath = "github.com/wal-g/wal-g";
|
goPackagePath = "github.com/wal-g/wal-g";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/wal-g/wal-g;
|
homepage = https://github.com/wal-g/wal-g;
|
||||||
license = stdenv.lib.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
description = "An archival restoration tool for Postgres";
|
description = "An archival restoration tool for Postgres";
|
||||||
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user