namecoin: remove myself as maintainer

This commit is contained in:
Chris Double 2020-11-09 21:41:49 +13:00 committed by Alyssa Ross
parent 433c1a7726
commit a62b87270e

View File

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
description = "Decentralized open source information registration and transfer system based on the Bitcoin cryptocurrency";
homepage = "https://namecoin.org";
license = licenses.mit;
maintainers = with maintainers; [ doublec infinisil ];
maintainers = with maintainers; [ infinisil ];
platforms = platforms.linux;
};
}