Merge pull request #178167 from wunderbrick/juniper-remove-wunderbrick-maintainer

juniper: remove wunderbrick as a maintainer
This commit is contained in:
Sandro 2022-06-18 22:53:36 +02:00 committed by GitHub
commit 256a8a9e41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
};
}