1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 = {
description = "Decentralized open source information registration and transfer system based on the Bitcoin cryptocurrency";
homepage = "http://namecoin.info";
license = "MIT";
maintainers = [ "Chris Double <chris.double@double.co.nz>" ];
license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.doublec ];
platforms = with stdenv.lib.platforms; linux;
};
}

View file

@ -26,8 +26,8 @@ stdenv.mkDerivation rec {
meta = {
description = "Decentralized open source information registration and transfer system based on the Bitcoin cryptocurrency";
homepage = "http://namecoin.info";
license = "MIT";
maintainers = [ "Chris Double <chris.double@double.co.nz>" ];
license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.doublec ];
platforms = with stdenv.lib.platforms; linux;
};
}