pythonPackages.tokenserver: add Nadrieril to maintainers
This commit is contained in:
parent
ab3d099d30
commit
08aa3e7f2e
1 changed files with 1 additions and 0 deletions
|
@ -31,5 +31,6 @@ buildPythonPackage rec {
|
||||||
description = "The Mozilla Token Server";
|
description = "The Mozilla Token Server";
|
||||||
homepage = https://github.com/mozilla-services/tokenserver;
|
homepage = https://github.com/mozilla-services/tokenserver;
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
|
maintainers = with maintainers; [ nadrieril ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue