opshin: add aciceri as maintainer

This commit is contained in:
Andrea Ciceri
2025-07-31 16:16:14 +02:00
committed by t4ccer
parent 5cb9847f93
commit 5bbcc683e2
+1 -1
View File
@@ -43,7 +43,7 @@ python3'.pkgs.buildPythonApplication rec {
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";
};
}