opshin: add aciceri as maintainer

Changed files
+1 -1
pkgs
by-name
op
opshin
+1 -1
pkgs/by-name/op/opshin/package.nix
···
description = "Simple pythonic programming language for Smart Contracts on Cardano";
homepage = "https://opshin.dev";
license = licenses.mit;
-
maintainers = with maintainers; [ ];
+
maintainers = with maintainers; [ aciceri ];
mainProgram = "opshin";
};
}