zulu: Remove maintainer nequissimus

This commit is contained in:
Tim Steinbach
2020-10-08 11:00:15 -04:00
parent 5596a2b01d
commit ee2c434e89
2 changed files with 2 additions and 2 deletions
+1 -1
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" ];
}; };
} }
+1 -1
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" ];
}; };
} }