Fix meta.license attribute
This commit is contained in:
parent
4de6357776
commit
6c69ad3a97
@ -26,7 +26,7 @@ pythonPackages.buildPythonPackage rec {
|
||||
description = "A Postgres WAL-shipping disaster recovery and replication toolkit";
|
||||
homepage = https://github.com/wal-e/wal-e;
|
||||
maintainers = [ stdenv.lib.maintainers.rickynils ];
|
||||
licenses = stdenv.lib.licenses.bsd3;
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user