about summary refs log tree commit diff
path: root/pkgs/applications/science/chemistry
diff options
context:
space:
mode:
authorsamlich <1349989+samlich@users.noreply.github.com>2020-01-24 19:49:38 +0000
committersamlich <1349989+samlich@users.noreply.github.com>2020-01-24 19:49:38 +0000
commit3638755ff37ef01c8a95a2e54d209aea4e2e0aa9 (patch)
tree5eb5328ffaf72340ae8eb6b47d0171025cad3f36 /pkgs/applications/science/chemistry
parentdb6ef4dccfa6ca05c6bf368137a48f9d6b94b238 (diff)
downloadnixlib-3638755ff37ef01c8a95a2e54d209aea4e2e0aa9.tar
nixlib-3638755ff37ef01c8a95a2e54d209aea4e2e0aa9.tar.gz
nixlib-3638755ff37ef01c8a95a2e54d209aea4e2e0aa9.tar.bz2
nixlib-3638755ff37ef01c8a95a2e54d209aea4e2e0aa9.tar.lz
nixlib-3638755ff37ef01c8a95a2e54d209aea4e2e0aa9.tar.xz
nixlib-3638755ff37ef01c8a95a2e54d209aea4e2e0aa9.tar.zst
nixlib-3638755ff37ef01c8a95a2e54d209aea4e2e0aa9.zip
pymol: add samlich as maintainer
Diffstat (limited to 'pkgs/applications/science/chemistry')
-rw-r--r--pkgs/applications/science/chemistry/pymol/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/science/chemistry/pymol/default.nix b/pkgs/applications/science/chemistry/pymol/default.nix
index 2169aef4fc08..b20e7480657c 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 ];
   };
 }