From 3638755ff37ef01c8a95a2e54d209aea4e2e0aa9 Mon Sep 17 00:00:00 2001 From: samlich <1349989+samlich@users.noreply.github.com> Date: Fri, 24 Jan 2020 19:49:38 +0000 Subject: [PATCH] pymol: add samlich as maintainer --- pkgs/applications/science/chemistry/pymol/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/science/chemistry/pymol/default.nix b/pkgs/applications/science/chemistry/pymol/default.nix index 2169aef4fc0..b20e7480657 100644 --- a/pkgs/applications/science/chemistry/pymol/default.nix +++ b/pkgs/applications/science/chemistry/pymol/default.nix @@ -47,5 +47,6 @@ python3Packages.buildPythonApplication rec { description = description; homepage = https://www.pymol.org/; license = lib.licenses.psfl; + maintainers = with lib.maintainers; [ samlich ]; }; }