Minor cleanup
This commit is contained in:
parent
b761b5cc09
commit
e743d1ca85
@ -30,8 +30,8 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Decentralized open source information registration and transfer system based on the Bitcoin cryptocurrency";
|
description = "Decentralized open source information registration and transfer system based on the Bitcoin cryptocurrency";
|
||||||
homepage = "http://namecoin.info";
|
homepage = "http://namecoin.info";
|
||||||
license = "MIT";
|
license = stdenv.lib.licenses.mit;
|
||||||
maintainers = [ "Chris Double <chris.double@double.co.nz>" ];
|
maintainers = [ stdenv.lib.maintainers.doublec ];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -26,8 +26,8 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Decentralized open source information registration and transfer system based on the Bitcoin cryptocurrency";
|
description = "Decentralized open source information registration and transfer system based on the Bitcoin cryptocurrency";
|
||||||
homepage = "http://namecoin.info";
|
homepage = "http://namecoin.info";
|
||||||
license = "MIT";
|
license = stdenv.lib.licenses.mit;
|
||||||
maintainers = [ "Chris Double <chris.double@double.co.nz>" ];
|
maintainers = [ stdenv.lib.maintainers.doublec ];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user