oslo-config,sqlalchemy: add makefu to list of maintainers

This commit is contained in:
makefu
2017-09-23 15:08:28 +02:00
parent 78621e384c
commit d7c26f24b9
2 changed files with 10 additions and 1 deletions

View File

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