pythonPackages.tokenserver: add Nadrieril to maintainers

This commit is contained in:
Nadrieril 2019-01-30 15:57:40 +01:00
parent ab3d099d30
commit 08aa3e7f2e

View file

@ -31,5 +31,6 @@ buildPythonPackage rec {
description = "The Mozilla Token Server";
homepage = https://github.com/mozilla-services/tokenserver;
license = licenses.mpl20;
maintainers = with maintainers; [ nadrieril ];
};
}