docker: Remove maintainer nequissimus

gstqt5
Tim Steinbach 2020-10-08 10:20:29 -04:00
parent 9b5201fb50
commit 9ef0ac8fe9
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ rec {
homepage = "https://www.docker.com/";
description = "An open source project to pack, ship and run any application as a lightweight container";
license = licenses.asl20;
maintainers = with maintainers; [ nequissimus offline tailhook vdemeester periklis ];
maintainers = with maintainers; [ offline tailhook vdemeester periklis ];
platforms = with platforms; linux ++ darwin;
};
});