Remove myself as maintainer from packages

I'm currently not maintaining any packages.
This commit is contained in:
Florian Friesdorf
2019-02-22 16:14:13 +01:00
parent e5405f9ae8
commit fbef5ab82f
63 changed files with 63 additions and 63 deletions

View File

@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
homepage = https://gitlab.com/cryptsetup/cryptsetup/;
description = "LUKS for dm-crypt";
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ chaoflow ];
maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux;
};
}

View File

@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
description = "Analyze power consumption on Intel-based laptops";
homepage = https://01.org/powertop;
license = licenses.gpl2;
maintainers = with maintainers; [ chaoflow fpletz ];
maintainers = with maintainers; [ fpletz ];
platforms = platforms.linux;
};
}