Minor cleanup

This commit is contained in:
Michael Raskin 2014-09-02 02:04:59 +04:00
parent b761b5cc09
commit e743d1ca85
2 changed files with 4 additions and 4 deletions

View File

@ -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;
}; };
} }

View File

@ -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;
}; };
} }