forked from mirrors/nixpkgs
oslo-config,sqlalchemy: add makefu to list of maintainers
This commit is contained in:
parent
78621e384c
commit
d7c26f24b9
|
@ -1,4 +1,4 @@
|
|||
{ buildPythonPackage, fetchPypi, pbr, six, netaddr, stevedore, mock,
|
||||
{ lib, buildPythonPackage, fetchPypi, pbr, six, netaddr, stevedore, mock,
|
||||
debtcollector, rfc3986, pyyaml, oslo-i18n }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -21,4 +21,12 @@ buildPythonPackage rec {
|
|||
substituteInPlace requirements.txt --replace "argparse" ""
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Oslo Configuration API";
|
||||
homepage = "https://docs.openstack.org/oslo.config/latest/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ makefu ];
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -33,5 +33,6 @@ buildPythonPackage rec {
|
|||
homepage = http://code.google.com/p/sqlalchemy-migrate/;
|
||||
description = "Schema migration tools for SQLAlchemy";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ makefu ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue