Remove wunderbrick from juniper maintainers

This commit is contained in:
wunderbrick 2022-06-18 12:54:08 -04:00
parent cc83d357ad
commit 004b209ebe

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://www.juniper-lang.org/";
license = licenses.mit;
maintainers = with maintainers; [ wunderbrick ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}