altcoins.stellar-core: fix evaluation
This commit is contained in:
@@ -39,7 +39,7 @@ in stdenv.mkDerivation {
|
|||||||
store historical records of the ledger and participate in consensus.
|
store historical records of the ledger and participate in consensus.
|
||||||
'';
|
'';
|
||||||
homepage = https://www.stellar.org/;
|
homepage = https://www.stellar.org/;
|
||||||
platforms = "x86_64-linux";
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ chris-martin ];
|
maintainers = with maintainers; [ chris-martin ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user