maigret: remove with lib

This commit is contained in:
thtrf
2025-07-18 20:56:01 +02:00
parent 06d470f5d5
commit 8549d13fb2
+3 -3
View File
@@ -103,11 +103,11 @@ python312.pkgs.buildPythonApplication rec {
pythonImportsCheck = [ "maigret" ];
meta = with lib; {
meta = {
description = "Tool to collect details about an username";
homepage = "https://maigret.readthedocs.io";
license = licenses.mit;
maintainers = with maintainers; [
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
fab
thtrf
];