systemd: remove myself as maintainer

This commit is contained in:
Jörg Thalheim
2020-04-17 00:30:52 +02:00
committed by Florian Klink
parent b0b7f673dc
commit c18ceab106
+1 -1
View File
@@ -294,6 +294,6 @@ in stdenv.mkDerivation {
license = licenses.lgpl21Plus;
platforms = platforms.linux;
priority = 10;
maintainers = with maintainers; [ andir eelco flokli mic92 ];
maintainers = with maintainers; [ andir eelco flokli ];
};
}