pythonPackages.django_silk: add self as maintainer

This commit is contained in:
Robert Scott 2019-06-02 19:31:02 +01:00
parent 0fb023825e
commit d56d324f38

View file

@ -56,6 +56,7 @@ buildPythonPackage rec {
description = "Silky smooth profiling for the Django Framework";
homepage = https://github.com/mtford90/silk;
license = licenses.mit;
maintainers = with maintainers; [ ris ];
};
}