namecoin: remove infinisil as a maintainer

Haven't used namecoin in years and don't intend to ever use it again :)
This commit is contained in:
Silvan Mosberger 2023-01-10 14:41:03 +01:00
parent 4a15f0b45d
commit 58bc9d9e7d

View File

@ -41,7 +41,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; [ infinisil ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}