From c092a502df79288d791cacd4eb2e844bd032f445 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Wed, 3 Aug 2022 14:13:56 +0200 Subject: treewide: remove myself as maintainer from some pkgs Only packages I'm not able to maintain anymore as of today. Mostly because I'm haven't been using them in a while. --- pkgs/applications/blockchains/sumokoin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/blockchains/sumokoin') diff --git a/pkgs/applications/blockchains/sumokoin/default.nix b/pkgs/applications/blockchains/sumokoin/default.nix index ee817b5819537..8a193d906ece1 100644 --- a/pkgs/applications/blockchains/sumokoin/default.nix +++ b/pkgs/applications/blockchains/sumokoin/default.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation rec { description = "A fork of Monero and a truely fungible cryptocurrency"; homepage = "https://www.sumokoin.org/"; license = licenses.bsd3; - maintainers = with maintainers; [ fpletz ]; + maintainers = with maintainers; [ ]; platforms = platforms.linux; }; } -- cgit 1.4.1