avogadro: update maintainers

This commit is contained in:
Sandro Jäckel 2021-01-18 00:21:19 +01:00
parent aadf7a50d7
commit 197eace081
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -21,9 +21,9 @@ stdenv.mkDerivation rec {
})
];
meta = {
meta = with lib; {
description = "Molecule editor and visualizer";
maintainers = [ ];
platforms = lib.platforms.mesaPlatforms;
maintainers = with maintainers; [ danielbarter ];
platforms = platforms.mesaPlatforms;
};
}