Unverified Commit e56eaf00 authored by Andrea Ciceri's avatar Andrea Ciceri Committed by t4ccer
Browse files

python3Packages.uplc: add aciceri as maintainer

parent 2d35c1fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ buildPythonPackage rec {
    description = "Python implementation of untyped plutus language core";
    homepage = "https://github.com/OpShin/uplc";
    license = licenses.mit;
    maintainers = with maintainers; [ ];
    maintainers = with maintainers; [ aciceri ];
    mainProgram = "opshin";
  };
}