Unverified Commit 5a17d787 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

cardano-related: hand over packages to aciceri (#429859)

parents 78d01008 e56eaf00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
    description = "Modern smart contract platform for Cardano";
    homepage = "https://aiken-lang.org";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ t4ccer ];
    maintainers = with lib.maintainers; [ aciceri ];
    mainProgram = "aiken";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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; [ t4ccer ];
    maintainers = with maintainers; [ aciceri ];
    mainProgram = "opshin";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -42,6 +42,6 @@ buildPythonPackage rec {
    description = "Python SDK for the Blockfrost.io API";
    homepage = "https://github.com/blockfrost/blockfrost-python";
    license = licenses.asl20;
    maintainers = with maintainers; [ t4ccer ];
    maintainers = with maintainers; [ aciceri ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -32,6 +32,6 @@ buildPythonPackage rec {
    description = "Python module for interfacing with the Cardano blockchain";
    homepage = "https://gitlab.com/viperscience/cardano-tools";
    license = licenses.asl20;
    maintainers = with maintainers; [ t4ccer ];
    maintainers = with maintainers; [ aciceri ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -44,6 +44,6 @@ buildPythonPackage rec {
    description = "Python client for Ogmios";
    homepage = "https://gitlab.com/viperscience/ogmios-python";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ t4ccer ];
    maintainers = with maintainers; [ aciceri ];
  };
}
Loading