zulu: Remove maintainer nequissimus

This commit is contained in:
Tim Steinbach 2020-10-08 10:20:53 -04:00
parent 5596a2b01d
commit ee2c434e89
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ in stdenv.mkDerivation {
Certified builds of OpenJDK that can be deployed across multiple Certified builds of OpenJDK that can be deployed across multiple
operating systems, containers, hypervisors and Cloud platforms. operating systems, containers, hypervisors and Cloud platforms.
''; '';
maintainers = with maintainers; [ nequissimus fpletz ]; maintainers = with maintainers; [ fpletz ];
platforms = [ "x86_64-linux" "x86_64-darwin" ]; platforms = [ "x86_64-linux" "x86_64-darwin" ];
}; };
} }

View File

@ -73,7 +73,7 @@ in stdenv.mkDerivation {
Certified builds of OpenJDK that can be deployed across multiple Certified builds of OpenJDK that can be deployed across multiple
operating systems, containers, hypervisors and Cloud platforms. operating systems, containers, hypervisors and Cloud platforms.
''; '';
maintainers = with maintainers; [ nequissimus fpletz ]; maintainers = with maintainers; [ fpletz ];
platforms = [ "x86_64-linux" "x86_64-darwin" ]; platforms = [ "x86_64-linux" "x86_64-darwin" ];
}; };
} }