python3Packages.uplc: remove t4ccer as maintainer

t4ccer 94de9f6c 95938ad6

Changed files
+1 -1
pkgs
development
python-modules
+1 -1
pkgs/development/python-modules/uplc/default.nix
···
description = "Python implementation of untyped plutus language core";
homepage = "https://github.com/OpShin/uplc";
license = licenses.mit;
-
maintainers = with maintainers; [ t4ccer ];
+
maintainers = with maintainers; [ ];
mainProgram = "opshin";
};
}