python3Packages.normality: add sigmanificient to maintainers
This commit is contained in:
parent
731666d8d7
commit
6c5e4a2d1d
1 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,6 @@ buildPythonPackage rec {
|
||||||
description = "Micro-library to normalize text strings";
|
description = "Micro-library to normalize text strings";
|
||||||
homepage = "https://github.com/pudo/normality";
|
homepage = "https://github.com/pudo/normality";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ ];
|
maintainers = with lib.maintainers; [ sigmanificient ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue