3
0
Fork 0
forked from mirrors/nixpkgs

wal-g: fix license so not to break evaluation

This commit is contained in:
Ollie Charles 2017-11-17 13:55:14 +00:00
parent 5735aecc27
commit b075e79c97

View file

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