Merge pull request #117998 from samuelgrf/remove-maintainer-unused-packages

This commit is contained in:
Sandro
2021-03-30 09:32:42 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/jindrapetrik/jpexs-decompiler";
license = licenses.gpl3;
platforms = jdk8.meta.platforms;
maintainers = with maintainers; [ samuelgrf ];
maintainers = [ ];
};
}