freenet: remove myself as maintainer

This commit is contained in:
Chris Double 2020-11-09 21:42:14 +13:00 committed by Alyssa Ross
parent f4a3f2e6ce
commit 743169a07b

View File

@ -74,7 +74,7 @@ in stdenv.mkDerivation {
description = "Decentralised and censorship-resistant network";
homepage = "https://freenetproject.org/";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ stdenv.lib.maintainers.doublec ];
maintainers = [ ];
platforms = with stdenv.lib.platforms; linux;
};
}