Removing myself from maintainers list of blockchains

This commit is contained in:
AndersonTorres
2020-09-22 03:26:42 -03:00
parent 1399f780bb
commit f29f67bdb3
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -50,6 +50,6 @@ mkDerivation rec {
platforms = platforms.unix;
license = licenses.mit;
broken = stdenv.isDarwin;
maintainers = with maintainers; [ offline AndersonTorres ];
maintainers = with maintainers; [ offline ];
};
}