docker: Remove maintainer nequissimus

wip/yesman
Tim Steinbach 4 years ago
parent 9b5201fb50
commit 9ef0ac8fe9
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31
  1. 2
      pkgs/applications/virtualization/docker/default.nix

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

Loading…
Cancel
Save