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";
|
||||
meta = {
|
||||
homepage = https://github.com/wal-g/wal-g;
|
||||
license = stdenv.lib.asl20;
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
description = "An archival restoration tool for Postgres";
|
||||
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user